File System Module (fs module)
1. fs.access(path,mode,callback):
Checks the user's permissions for the specified file or directory.
path(string): The file or directory path.
mode(integer): optional Determines the accessibility checks to be performed.
callback:(function): Callb...
sanjeevarayudu.hashnode.dev7 min read