PathInfoBase.statInternal() method
pathlib-ts > PathInfoBase > statInternal
PathInfoBase.statInternal() method
Section titled “PathInfoBase.statInternal() method”Signature:
protected 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>