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