vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
fstatat
vibe
core
file
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int
fstatat
(int dirfd, const(char)* pathname, stat_t* statbuf, int flags)
int
fstatat
(int dirfd, const(char)* pathname, stat_t* statbuf, int flags)
int
fstatat
(int dirfd, const(char)* pathname, stat_t* statbuf, int flags)
version(Posix && !OSX)
@
safe
extern (
C
) @
safe
nothrow @
nogc
static if
(
!is(typeof(fstatat))
)
int
fstatat
(
int
dirfd
,
const
(
char
)*
pathname
,
stat_t
*
statbuf
,
int
flags
)
Meta
Source
See Implementation
vibe
core
file
aliases
FileInfoResult
enums
DirectoryChangeType
DirectoryListMode
FileMode
functions
appendToFile
copyFile
createDirectory
createTempFile
dirfd
existsFile
fstatat
getFileInfo
getWorkingDirectory
iterateDirectory
listDirectory
moveFile
openFile
readFile
readFileUTF8
removeFile
watchDirectory
writeFile
writeFileUTF8
manifest constants
AT_SYMLINK_NOFOLLOW
mixins
__anonymous
structs
DirectoryChange
DirectoryWatcher
FileInfo
FileInfoResultFields
FileStream