amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
isDir
amalthea
fs
Checks if a path is a directory.
bool
isDir
(string path)
bool
isDir
(
in
string
path
)
bool
isDir
(FileEntry entry)
bool
isDir
(FileEntry entry)
Meta
Source
See Implementation
amalthea
fs
aliases
cd
mv
pwd
rm
classes
DesktopEntry
xattr
enums
FileAdvice
FileType
functions
applyFileAdvise
cp
exists
getAbsolutePath
getDirectories
getFileTypeFromFileMask
getFileTypeFromFileMode
getFiles
getRegularFiles
getStat
getStatX
getSymlinks
hardlink
isBlockDevice
isBrokenSymlink
isCharDevice
isDir
isEmptyDir
isPipe
isRegularFile
isSocket
isSymlink
isSymlinkToDir
makeUnixFileModeLine
readLinkRecurse
safeMkdir
statx
truncate
manifest constants
STATX_ATIME
STATX_BASIC_STATS
STATX_BLOCKS
STATX_BTIME
STATX_CTIME
STATX_DEFAULT
STATX_GID
STATX_INO
STATX_MNT_ID
STATX_MODE
STATX_MTIME
STATX_NLINK
STATX_SIZE
STATX_TYPE
STATX_UID
structs
DirReader
FileEntry
FileStat
statx_t
variables
eloopLimit
Checks if a path is a directory.