![]() |
Qore FsUtil Module Reference
1.1
|
path handler implementing Windows specific functionality More...

Public Member Methods | |
| constructor () | |
| creates the object and sets the delimiter | |
| string | joinPaths (string path1, softlist< string > paths) |
| Returns path resulting from joining the given paths. More... | |
| list< string > | splitDrive (string path) |
| separates and returns the drive and the rest of the path 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.
| path1 | the first part of the path |
| paths | the other parts of the path |
Implements FsUtil::PathHandler.
separates and returns the drive and the rest of the path
| path | the path to be processed |