std.path

Copyright:
Placed into public domain.

http:
//www.digitalmars.com Grzegorz Adam Hankiewicz added some documentation. This module is used to parse file names. All the operations work only on strings; they don't perform any input/output operations. This means that if a path contains a directory name with a dot, functions like getExt() will work with it just as if it was a file. To differentiate these cases, use the std.file module first (i.e. std.file.isDir()).