How to check if path is writable
Neia Neutuladh via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Sep 15 02:02:54 UTC 2017
On Friday, 15 September 2017 at 01:42:02 UTC, Joseph wrote:
> Is there a cross-platform way in D to check if a path is
> writable?
Try to write to it and see if you get an error.
More information about the Digitalmars-d-learn
mailing list