7 references to TargetPath
Microsoft.VisualBasic.Core (7)
Microsoft\VisualBasic\FileIO\FileSystem.vb (7)
1019If Not IO.Directory.Exists(SourceDirectoryNode.TargetPath) Then 1020IO.Directory.CreateDirectory(SourceDirectoryNode.TargetPath) 1032Debug.Assert(IO.Directory.Exists(SourceDirectoryNode.TargetPath), "TargetPath should have existed or exception should be thrown") 1033If Not IO.Directory.Exists(SourceDirectoryNode.TargetPath) Then 1034Exceptions.Add(SourceDirectoryNode.TargetPath, ExUtils.GetDirectoryNotFoundException(SR.IO_DirectoryNotFound_Path, SourceDirectoryNode.TargetPath)) 1041CopyOrMoveFile(Operation, SubFilePath, IO.Path.Combine(SourceDirectoryNode.TargetPath, IO.Path.GetFileName(SubFilePath)),