Property | Type | Description |
---|
Method | Description | |
---|---|---|
ChangeExtension ( string path, string extension ) : string |
Changes the extension.
|
|
Combine ( string path1, string path2 ) : string |
Combines the specified path1.
|
|
GetDirectoryName ( string path ) : string |
Gets the name of the directory.
|
|
GetExtension ( string path ) : string |
Gets the extension.
|
|
GetFileName ( string path ) : string |
Gets the name of the file.
|
|
GetFileNameWithoutExtension ( string path ) : string |
Gets the file name without extension.
|
|
GetFullPath ( string path ) : string |
Gets the full path.
|
|
GetInvalidFileNameChars ( ) : char[] |
Gets the invalid file name chars.
|
|
GetInvalidPathChars ( ) : char[] |
Gets the invalid path chars.
|
|
GetPathRoot ( string path ) : string |
Gets the path root.
|
|
GetRandomFileName ( ) : string |
Gets the random name of the file.
|
|
GetTempFileName ( ) : string |
Gets the name of the temp file.
|
|
GetTempPath ( ) : string |
Gets the temp path.
|
|
HasExtension ( string path ) : bool |
Determines whether the specified path has extension.
|
|
IsPathRooted ( string path ) : bool |
Determines whether [is path rooted] [the specified path].
|
public ChangeExtension ( string path, string extension ) : string | ||
path | string | The path. |
extension | string | The extension. |
return | string |
public Combine ( string path1, string path2 ) : string | ||
path1 | string | The path1. |
path2 | string | The path2. |
return | string |
public GetDirectoryName ( string path ) : string | ||
path | string | The path. |
return | string |
public GetExtension ( string path ) : string | ||
path | string | The path. |
return | string |
public GetFileName ( string path ) : string | ||
path | string | The path. |
return | string |
public GetFileNameWithoutExtension ( string path ) : string | ||
path | string | The path. |
return | string |
public GetFullPath ( string path ) : string | ||
path | string | The path. |
return | string |
public GetPathRoot ( string path ) : string | ||
path | string | The path. |
return | string |
public HasExtension ( string path ) : bool | ||
path | string | The path. |
return | bool |
public IsPathRooted ( string path ) : bool | ||
path | string | The path. |
return | bool |