Qore FsUtil Module Reference
1.0
|
path handler implementing POSIX 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... | |
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 POSIX 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.