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