A file path string component object
FilePath
01 Syntax
Microsoft.VisualBasic.FileIO.Path.FilePath
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 | get the canonical full path string |
| ParseTokens | 1 | |
| ExtensionSuffix | 1 | |
| Parse | 1 | |
| op_Equality | 1 | |
| op_Inequality | 1 | |
| op_Explicit | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Components | 1 | the file path components, parse by path string split by delimiter symbol /. |
| FileName | 1 | the file basename, not file path |
| IsDirectory | 1 | |
| IsAbsolutePath | 1 | |
| DirectoryPath | 1 | |
| ParentDirectory | 1 |
04 Members
ToString
get the canonical full path string
Components
the file path components, parse by path string split by delimiter symbol /.
FileName
the file basename, not file path
Returns
file name with extension suffix
IsDirectory
IsAbsolutePath
DirectoryPath
ParentDirectory
ParseTokens(
String)ExtensionSuffix(
String())Parse(
String)op_Explicit(FilePath)