Accessing files in Windows

I need to access files in windows such it would be done in a desktop application. I mean to access to files such as “C:\file.txt”. I also need to list all files in the directory such as the “dir” command would do. The question is that if it would using the File native plugin would do the job?

in Windows we have access to some directories such as: this.file.dataDirectory but it allow access to a directory exclusive to the App and not outside the App. I would like to access for instance at least the Document directory in Windows.