FilePath {Microsoft.VisualBasic.FileIO.Path} .NET clr documentation

FilePath

Description

A file path string component object

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. use by property member ParentDirectory: FilePath

[Package {$package} version {$version} Index]