How do I set file attributes?
Jonathan M Davis
jmdavisProg at gmx.com
Sun Jul 29 13:55:56 PDT 2012
On Sunday, July 29, 2012 16:47:50 Chad J wrote:
> std.file seems to have a getAttributes function, but I see no
> corresponding setAttributes function. What do I do if I want to copy
> the attributes from one file to another?
std.file does not provide that functionality. You'll need to use whatever C
functions your OS provides to do that.
- Jonathan M Davis
More information about the Digitalmars-d-learn
mailing list