Closed marshallward closed 1 year ago
Thanks for the comments, I've made the changes and removed references to foo
in the commit log.
(Also fixed a typo in the commit log)
Looks like there's no interest in this.
Anyway, thanks for the repo, lots of good use cases here.
The PR was approved back in August; why not merge it?
Did not realize I had access to your repo...
Did not realize I had access to your repo...
You should be able to hit a green "Merge pull request" button in the web GUI; if it is not present, or doesn't work, please just let me know.
Yep, no button.
This patch inclues a test to report the existence of a directory.
inquire(file="foo", exist=is_file)
I suppose there is some ambiguity in the standard as to whether a directory is a file.
This is not a standalone test, since a method to create the directory
foo
is not provided. AFAIK, there is no simple platform-independent way to do this. But a POSIX wrapper tomk/rmdir
or asystem()
call could be included.