pathlib v0.3.0 (2015-09-15T21:20:41Z)
Dub
Repo
isDir
pathlib
Whether the path is an existing directory.
bool
isDir
(
in
Path
p
)
Examples
Meta
Source
See Implementation
pathlib
aliases
Path
copyToIfNewer
classes
PathException
functions
absolute
appendFile
asNormalizedPath
asPosixPath
asWindowsPath
assertEmpty
assertEqual
assertNotEmpty
assertNotEqual
chdir
copyFileTo
copyTo
currentExePath
cwd
drive
exists
extension
extensions
fullExtension
glob
isAbsolute
isDir
isDot
isFile
isSymlink
logDebug
match
mkdir
name
normalizedData
open
parent
parents
parts
posixData
readFile
relativeTo
remove
resolved
root
stem
windowsData
writeFile
mixin templates
PathCommon
structs
PosixPath
ScopedChdir
WindowsPath
templates
isSomePath
Whether the path is an existing directory.