PathInfoBase.fileId() method
pathlib-ts > PathInfoBase > fileId
PathInfoBase.fileId() method
Section titled “PathInfoBase.fileId() method”Signature:
fileId(followSymlinks?: boolean): Promise<{ dev: number; ino: number; }>;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
followSymlinks |
boolean |
(Optional) |
Returns:
Promise<{ dev: number; ino: number; }>