Re: How do I set file attributes?

2012-07-29 Thread Chad J
On 07/29/2012 04:55 PM, Jonathan M Davis wrote: 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

Re: How do I set file attributes?

2012-07-29 Thread Jonathan M Davis
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 whatev

How do I set file attributes?

2012-07-29 Thread Chad J
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?