- Preparing search index...
- The search index is not available
extra-fs
- fstatSync(fd, options?): Stats
-
Parameters
-
fd: number
-
Optional
options: StatOptions & {
bigint?: false;
}
- fstatSync(fd, options): BigIntStats
-
- fstatSync(fd, options?): Stats | BigIntStats
-
Retrieves the
fs.Stats
for the file descriptor.See the POSIX
fstat(2)
documentation for more detail.