Method | Description | |
---|---|---|
GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath | ||
GetChildDirectoryPath ( string directoryName ) : IRelativeDirectoryPath | ||
GetChildFilePath ( string fileName ) : IRelativeFilePath | ||
GetSisterDirectoryPath ( string directoryName ) : IRelativeDirectoryPath | ||
GetSisterFilePath ( string fileName ) : IRelativeFilePath |
Method | Description | |
---|---|---|
IDirectoryPath ( string directoryName ) : IDirectoryPath | ||
IDirectoryPath ( string fileName ) : IFilePath | ||
IRelativeDirectoryPath ( IAbsoluteDirectoryPath path ) : IAbsoluteDirectoryPath | ||
RelativeDirectoryPath ( string path ) : System |
public GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath | ||
path | IAbsoluteDirectoryPath | |
return | IAbsolutePath |
public GetChildDirectoryPath ( string directoryName ) : IRelativeDirectoryPath | ||
directoryName | string | |
return | IRelativeDirectoryPath |
public GetChildFilePath ( string fileName ) : IRelativeFilePath | ||
fileName | string | |
return | IRelativeFilePath |
public GetSisterDirectoryPath ( string directoryName ) : IRelativeDirectoryPath | ||
directoryName | string | |
return | IRelativeDirectoryPath |
public GetSisterFilePath ( string fileName ) : IRelativeFilePath | ||
fileName | string | |
return | IRelativeFilePath |