Method | Description | |
---|---|---|
GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath | ||
GetSisterDirectoryPath ( string directoryName ) : IRelativeDirectoryPath | ||
GetSisterFilePath ( string fileName ) : IRelativeFilePath | ||
HasExtension ( string extension ) : bool | ||
UpdateExtension ( string extension ) : IRelativeFilePath |
Method | Description | |
---|---|---|
IFilePath ( string directoryName ) : IDirectoryPath | ||
IFilePath ( string fileName ) : IFilePath | ||
IRelativeFilePath ( IAbsoluteDirectoryPath path ) : IAbsoluteFilePath | ||
RelativeFilePath ( string path ) : System |
public GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath | ||
path | IAbsoluteDirectoryPath | |
return | IAbsolutePath |
public GetSisterDirectoryPath ( string directoryName ) : IRelativeDirectoryPath | ||
directoryName | string | |
return | IRelativeDirectoryPath |
public GetSisterFilePath ( string fileName ) : IRelativeFilePath | ||
fileName | string | |
return | IRelativeFilePath |
public HasExtension ( string extension ) : bool | ||
extension | string | |
return | bool |
public UpdateExtension ( string extension ) : IRelativeFilePath | ||
extension | string | |
return | IRelativeFilePath |