Type Alias: ContainerExistsOpts
ContainerExistsOpts =
object
Properties​
doNotFollowSymlinks?​
optionaldoNotFollowSymlinks?:boolean
If specified, do not follow symlinks.
expand?​
optionalexpand?:boolean
Replace "${VAR}" or "$VAR" in the value of path according to the current environment variables defined in the container (e.g. "/$VAR/foo").
expectedType?​
optionalexpectedType?:ExistsType
If specified, also validate the type of file (e.g. "REGULAR_TYPE", "DIRECTORY_TYPE", or "SYMLINK_TYPE").