Path Class
Namespace: System.IO · Assembly: GHIElectronics.TinyCLR.IO
No description available.
public sealed class Path
Properties
InvalidPathChars
public static readonly char[] InvalidPathChars { }
No description available.
Methods
ChangeExtension(string path, string extension)
public static string ChangeExtension(string path, string extension)
No description available.
| Parameter | Type | Description |
|---|---|---|
path | string | |
extension | string |
Returns string
GetDirectoryName(string path)
public static string GetDirectoryName(string path)
No description available.
| Parameter | Type | Description |
|---|---|---|
path | string |
Returns string
GetInvalidPathChars()
public static char[] GetInvalidPathChars()
No description available.
Returns char[]
GetFullPath(string path)
public static string GetFullPath(string path)
No description available.
| Parameter | Type | Description |
|---|---|---|
path | string |
Returns string
GetExtension(string path)
public static string GetExtension(string path)
No description available.
| Parameter | Type | Description |
|---|---|---|
path | string |
Returns string
GetFileName(string path)
public static string GetFileName(string path)
No description available.
| Parameter | Type | Description |
|---|---|---|
path | string |
Returns string
GetFileNameWithoutExtension(string path)
public static string GetFileNameWithoutExtension(string path)
No description available.
| Parameter | Type | Description |
|---|---|---|
path | string |
Returns string
GetPathRoot(string path)
public static string GetPathRoot(string path)
No description available.
| Parameter | Type | Description |
|---|---|---|
path | string |
Returns string
HasExtension(string path)
public static bool HasExtension(string path)
No description available.
| Parameter | Type | Description |
|---|---|---|
path | string |
Returns bool
IsPathRooted(string path)
public static bool IsPathRooted(string path)
No description available.
| Parameter | Type | Description |
|---|---|---|
path | string |
Returns bool
Combine(string path1, string path2)
public static string Combine(string path1, string path2)
No description available.
| Parameter | Type | Description |
|---|---|---|
path1 | string | |
path2 | string |
Returns string
Fields
DirectorySeparatorChar
public static readonly char DirectorySeparatorChar
No description available.