Access to the Path functions of the specified filesystem
More...
|
char | DirectorySeparatorChar [get] |
| Provides a platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization. More...
|
|
char | AltDirectorySeparatorChar [get] |
| Provides an alt platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization. More...
|
|
char | PathSeparator [get] |
| A platform-specific separator character used to separate path strings in environment variables More...
|
|
char | VolumeSeparatorChar [get] |
| Provides a platform-specific volume separator character. More...
|
|
Access to the Path functions of the specified filesystem
string Vfs.IVfsPath.ChangeExtension |
( |
string |
path, |
|
|
string |
extension |
|
) |
| |
Changes the extension of a path string
- Parameters
-
- Returns
string Vfs.IVfsPath.Combine |
( |
params string[] |
paths | ) |
|
Combines an array of strings into a path.
- Parameters
-
- Returns
string Vfs.IVfsPath.GetDirectoryName |
( |
string |
path | ) |
|
Returns the directory information for the specified path string
- Parameters
-
- Returns
string Vfs.IVfsPath.GetExtension |
( |
string |
path | ) |
|
Returns the extension of the specified path string
- Parameters
-
- Returns
string Vfs.IVfsPath.GetFileName |
( |
string |
path | ) |
|
Returns the file name and extension of the specified path string.
- Parameters
-
- Returns
string Vfs.IVfsPath.GetFileNameWithoutExtension |
( |
string |
path | ) |
|
Returns the file name of the specified path string without the extension.
- Parameters
-
- Returns
string Vfs.IVfsPath.GetFullPath |
( |
string |
path | ) |
|
Returns the absolute path for the specified path string.
- Parameters
-
- Returns
char [] Vfs.IVfsPath.GetInvalidFileNameChars |
( |
| ) |
|
Gets an array containing the characters that are not allowed in file names.
- Returns
char [] Vfs.IVfsPath.GetInvalidPathChars |
( |
| ) |
|
Gets an array containing the characters that are not allowed in path names.
- Returns
string Vfs.IVfsPath.GetPathRoot |
( |
string |
path | ) |
|
Gets the root directory information of the specified path.
- Parameters
-
- Returns
bool Vfs.IVfsPath.HasExtension |
( |
string |
path | ) |
|
Determines whether a path includes a file name extension.
- Parameters
-
- Returns
bool Vfs.IVfsPath.IsPathRooted |
( |
string |
path | ) |
|
Gets a value indicating whether the specified path string contains a root
- Parameters
-
- Returns
char Vfs.IVfsPath.AltDirectorySeparatorChar |
|
get |
Provides an alt platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization.
char Vfs.IVfsPath.DirectorySeparatorChar |
|
get |
Provides a platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization.
char Vfs.IVfsPath.PathSeparator |
|
get |
A platform-specific separator character used to separate path strings in environment variables
char Vfs.IVfsPath.VolumeSeparatorChar |
|
get |
Provides a platform-specific volume separator character.
The documentation for this interface was generated from the following file:
- C:/sourceforge/pgvfsnet/Vfs.Common/IVfsPath.cs