Property | Type | Description |
---|
Method | Description | |
---|---|---|
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool | ||
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool | ||
GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath | ||
OnSameVolumeThan ( IAbsolutePath otherAbsolutePath ) : bool |
Method | Description | |
---|---|---|
AbsolutePathBase ( string path ) : System |
protected AbsolutePathBase ( string path ) : System | ||
path | string | |
return | System |
public abstract CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool | ||
pivotDirectory | IAbsoluteDirectoryPath | |
return | bool |
public abstract CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool | ||
pivotDirectory | IAbsoluteDirectoryPath | |
failureMessage | string | |
return | bool |
public abstract GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath | ||
pivotDirectory | IAbsoluteDirectoryPath | |
return | IRelativePath |
public OnSameVolumeThan ( IAbsolutePath otherAbsolutePath ) : bool | ||
otherAbsolutePath | IAbsolutePath | |
return | bool |