interface ExistsOptions Properties 🔗 isReadable: boolean = false When true, will check if the path is readable by the user as well. 🔗 isDirectory: boolean = false When true, will check if the path is a directory as well. Directory symlinks are included. 🔗 isFile: boolean = false When true, will check if the path is a file as well. File symlinks are included. Properties 🔗 isReadable: boolean = false When true, will check if the path is readable by the user as well. 🔗 isDirectory: boolean = false When true, will check if the path is a directory as well. Directory symlinks are included. 🔗 isFile: boolean = false When true, will check if the path is a file as well. File symlinks are included.