IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
CShell.Util.PathHelper Class Reference

Static Public Member Functions

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...
 

Member Function Documentation

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
fromPathContains the directory that defines the start of the relative path.
toPathContains the path that defines the endpoint of the relative path.
Returns
The relative path from the start directory to the end path.
Exceptions
ArgumentNullException

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
fromPathContains the directory that defines the start of the relative path.
toPathContains the path that defines the endpoint of the relative path.
Returns
The relative path from the start directory to the end path.
Exceptions
ArgumentNullException

The documentation for this class was generated from the following file: