Module scriptlike.path.wrappers

Scriptlike v0.9.2

Wrappers for std.path that add support for Scriptlike's Path and command echoing features.

Functions

Name Description
absolutePath Like std.path.absolutePath, but operates on Path.
baseName Like std.path.baseName, but operates on Path.
defaultExtension Like std.path.defaultExtension, but operates on Path and optionally Ext.
dirName Like std.path.dirName, but operates on Path.
driveName Like std.path.driveName, but operates on Path.
expandTilde Like std.path.expandTilde, but operates on Path.
extension Like std.path.extension, but takes a Path and returns an Ext.
filenameCmp Like std.path.filenameCmp, but operates on Path.
globMatch Like std.path.globMatch, but operates on Path.
isAbsolute Like std.path.isAbsolute, but operates on Path.
isRooted Like std.path.isRooted, but operates on Path.
isValidFilename Like std.path.isValidFilename, but operates on Path.
isValidPath Like std.path.isValidPath, but operates on Path.
pathSplitter Like std.path.pathSplitter. Note this returns a range of strings,
relativePath Like std.path.relativePath, but operates on Path.
rootName Like std.path.rootName, but operates on Path.
setExtension Like std.path.setExtension, but operates on Path.
stripDrive Like std.path.stripDrive, but operates on Path.
stripExtension Like std.path.stripExtension, but operates on Path.

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng