Qore FsUtil Module Reference
1.2
|
path handler implementing Windows specific functionality More...
Public Member Methods | |
constructor () | |
creates the object and sets the delimiter | |
list< string > | splitDrive (string path) |
separates and returns the drive and the rest of the path More... | |
Private Member Methods | |
string | joinPathsIntern (list< string > paths) |
Returns path resulting from joining the given paths. More... | |
Additional Inherited Members | |
Public Attributes inherited from FsUtil::PathHandler | |
list< string > | delimiters |
path delimiters - to be set by platform specific path handlers | |
path handler implementing Windows specific functionality
Returns path resulting from joining the given paths.
paths | a list of paths to join |
Implements FsUtil::PathHandler.
separates and returns the drive and the rest of the path
path | the path to be processed |