Re: Testing Write Access on Windows
- Posted by euphoric (admin) Mar 01, 2013
- 1222 views
mattlewis said...
If you have 'r' in D_ATTRIBUTES then it's read only.
Thanks, Matt! But...
Is it possible to get the attributes of a particular directory, without having to get the dir(parent_dir_of_target_dir) and searching the results for the dir I need?
Maybe something like a get_attrib( my_dir ) would be nice.