scriptlike v0.7.0 (2015-04-02T15:57:26Z)
Home
Dub
Repo
ErrorLevelException
scriptlike
path
Indicates a command returned a non-zero errorlevel.
class
ErrorLevelException : Exception {
int
errorLevel
;
string
command
;
this
(int errorLevel, string command, string file, size_t line);
}
Constructors
this
this
(int errorLevel, string command, string file, size_t line)
Undocumented in source.
Members
Variables
command
string
command
;
Undocumented in source.
errorLevel
int
errorLevel
;
Undocumented in source.
Meta
Source
See Implementation
scriptlike
path
aliases
Args
CaseSensitive
DExt
Ext
FileException
Path
SpanMode
WExt
attrIsDir
attrIsFile
attrIsSymlink
buildNormalizedPath
buildPath
defaultExt
dirSeparator
extOf
getcwd
isDirSeparator
osDefaultCaseSensitivity
pathSeparator
runShell
scriptlikeTraceCommands
setExt
stripExt
tempDir
thisExePath
classes
ErrorLevelException
functions
absolutePath
append
baseName
buildNormalizedPathFixed
chdir
copy
defaultExtension
dirEntries
dirName
driveName
escapeShellArg
exists
existsAsDir
existsAsFile
existsAsSymlink
expandTilde
extension
filenameCharCmp
filenameCmp
getAttributes
getLinkAttributes
getSize
getTimes
getTimesWin
globMatch
isAbsolute
isRooted
isValidFilename
isValidPath
mkdir
mkdirRecurse
pathSplitter
read
readLink
relativePath
remove
rename
rmdir
rmdirRecurse
rootName
run
setExtension
setTimes
stripDrive
stripExtension
symlink
timeLastModified
tryCopy
tryMkdir
tryMkdirRecurse
tryRemove
tryRename
tryRmdir
tryRmdirRecurse
tryRun
trySymlink
write
properties
isDir
isFile
isSymlink
structs
ArgsT
ExtT
PathT
templates
readText
slurp
variables
scriptlikeCustomEcho
scriptlikeDryRun
scriptlikeEcho
Indicates a command returned a non-zero errorlevel.