|
static String | ToAbsolutePath (String fromPath, String toPath) |
|
static String | ToRelativePath (String fromPath, String toPath) |
| Creates a relative path from one file or folder to another. More...
|
|
static String | ToAbsolutePath (String fromPath, String toPath) |
|
static String | ToRelativePath (String fromPath, String toPath) |
| Creates a relative path from one file or folder to another. More...
|
|
static String CShell.Util.PathHelper.ToAbsolutePath |
( |
String |
fromPath, |
|
|
String |
toPath |
|
) |
| |
|
inlinestatic |
static String CShell.Util.PathHelper.ToRelativePath |
( |
String |
fromPath, |
|
|
String |
toPath |
|
) |
| |
|
inlinestatic |
Creates a relative path from one file or folder to another.
- Parameters
-
fromPath | Contains the directory that defines the start of the relative path. |
toPath | Contains the path that defines the endpoint of the relative path. |
- Returns
- The relative path from the start directory to the end path.
- Exceptions
-
Referenced by CShell.AssemblyReference.AssemblyReference().
static String CShell.Util.PathHelper.ToAbsolutePath |
( |
String |
fromPath, |
|
|
String |
toPath |
|
) |
| |
|
inlinestatic |
static String CShell.Util.PathHelper.ToRelativePath |
( |
String |
fromPath, |
|
|
String |
toPath |
|
) |
| |
|
inlinestatic |
Creates a relative path from one file or folder to another.
- Parameters
-
fromPath | Contains the directory that defines the start of the relative path. |
toPath | Contains the path that defines the endpoint of the relative path. |
- Returns
- The relative path from the start directory to the end path.
- Exceptions
-
The documentation for this class was generated from the following file: