10 references to GetParentPath
Microsoft.VisualBasic.Core (10)
Microsoft\VisualBasic\FileIO\FileSystem.vb (10)
684
Dim FullNewPath As String = GetFullPathFromNewName(
GetParentPath
(directory), newName, "newName")
685
Debug.Assert(
GetParentPath
(FullNewPath).Equals(
GetParentPath
(directory),
721
Dim FullNewPath As String = GetFullPathFromNewName(
GetParentPath
(file), newName, "newName")
722
Debug.Assert(
GetParentPath
(FullNewPath).Equals(
GetParentPath
(file),
974
IO.Directory.CreateDirectory(
GetParentPath
(targetDirectoryPath))
1120
IO.Directory.CreateDirectory(
GetParentPath
(destinationFileFullPath))
1468
If Not
GetParentPath
(FullPath).Equals(Path, StringComparison.OrdinalIgnoreCase) Then
1494
Dim DInfo As New IO.DirectoryInfo(
GetParentPath
(FullPath))