Re: Posix access function

2016-10-18 Thread Jonathan M Davis via Digitalmars-d-learn
On Wednesday, October 19, 2016 04:29:30 tcak via Digitalmars-d-learn wrote: > Checked std.stdio, std.file, std.path, couldn't have found anyway > to check permissions on a file for read, write, execute. > > Without getting into core module, does it exist anywhere in std > module? On POSIX,

Posix access function

2016-10-18 Thread tcak via Digitalmars-d-learn
Checked std.stdio, std.file, std.path, couldn't have found anyway to check permissions on a file for read, write, execute. Without getting into core module, does it exist anywhere in std module?