- 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.Statsfor the file descriptor.See the POSIX
fstat(2)documentation for more detail.