Portable file accessibility queries
Posted: Mon Nov 05, 2007 4:27 pm
Hi there everyone!
What is The Way, or your preferred way, of querying the file system for information about the accessibility of a file? I was looking for a portable way to do this also.
For instance, a function file-readable? which given a filename returns true or false depending on if the current process can read the file or not. I was also looking for a file-writable? function which would be defined similarly.
Has anyone made any progress on this? Sorry if we've talked about this before. Thanks for any help.
--Rick
What is The Way, or your preferred way, of querying the file system for information about the accessibility of a file? I was looking for a portable way to do this also.
For instance, a function file-readable? which given a filename returns true or false depending on if the current process can read the file or not. I was also looking for a file-writable? function which would be defined similarly.
Has anyone made any progress on this? Sorry if we've talked about this before. Thanks for any help.
--Rick