DirEntryInfo.statInternal() method
pathlib-ts > DirEntryInfo > statInternal
DirEntryInfo.statInternal() method
Section titled “DirEntryInfo.statInternal() method”Signature:
statInternal(opts?: { followSymlinks?: boolean; ignoreErrors?: boolean; }): Promise<fs.Stats | null>;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
opts |
{ followSymlinks?: boolean; ignoreErrors?: boolean; } |
(Optional) |
Returns:
Promise<fs.Stats | null>