Dart.Ssh Namespace : UnixPath Class |
The following tables list the members exposed by UnixPath.
Name | Description | |
---|---|---|
![]() | UnixPath Constructor |
Name | Description | |
---|---|---|
![]() | UnixDirectorySeparatorChar | Unix directory separator character, slash ('/'). |
Name | Description | |
---|---|---|
![]() ![]() | Combine | Overloaded. Combines two strings into a Unix path. |
![]() ![]() | ConvertToUnix | Overloaded. Converts a relative or absolute Windows path to a Unix path fragment, and replaces any Unix filesystem-illegal characters with underscores. |
![]() ![]() | ConvertToWindows | Overloaded. Converts a relative or absolute Unix path to a Windows path fragment, and replaces any Windows filesystem-illegal characters with underscores. |
![]() ![]() | GetDirectoryName | Returns the directory information for the specified Unix path string. |
![]() ![]() | GetFileName | Returns the file name and extension of the specified Unix path string. |