FilePath {Microsoft.VisualBasic.FileIO.Path} | .NET clr documentation |
A file path string component object
# namespace Microsoft.VisualBasic.FileIO.Path
export class FilePath {
# the file path components, parse by path string split by delimiter symbol /
.
Components: string;
DirectoryPath: string;
# the file basename, not file path
FileName: string;
IsAbsolutePath: boolean;
IsDirectory: boolean;
ParentDirectory: FilePath;
}
ParentDirectory
: FilePath