Type Alias: DirectoryExistsOpts
DirectoryExistsOpts =
object
Properties​
doNotFollowSymlinks?​
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").