# FileSystemManager.accessSync(string path)
The synchronous version of FileSystemManager.access.
# Parameters
# string path
Path to the file/directory of which you want to determine the existence
# Errors
Error Code | Error Message | Description |
---|---|---|
fail no such file or directory ${path} | File/directory does not exist |