Skip to main content

Type Alias: DirectoryExistsOpts

DirectoryExistsOpts = object

Properties

optional doNotFollowSymlinks: boolean

If specified, do not follow symlinks.


expectedType?

optional expectedType: ExistsType

If specified, also validate the type of file (e.g. "REGULAR_TYPE", "DIRECTORY_TYPE", or "SYMLINK_TYPE").