Hello all,
I wanted to know how to change the attributes or a file or directory using C++ (hidden, archive, read-only, etc.).
Thanks in advance.
5 replies to this topic
#1
Posted 13 August 2010 - 02:09 AM
|
|
|
#2
Posted 13 August 2010 - 02:23 AM
What exactly do you want to know? If you're looking for the modes with which you can choose e.g. fopen()'s access to a file, look here. Or do you want to access files using ShellExecute()?
Greets,
artificial
Greets,
artificial
Sometimes words ain't enough to express something. That's why computer scientists use double words.
#3
Posted 13 August 2010 - 03:22 AM
I guess I wasn't clear enough. I want to change a file's (or a directory's) attributes (example to make it read-only or make it hidden, etc.) using C++.
#5
Posted 13 August 2010 - 03:52 AM
What attributes exist for a file depend on the OS.
#6
Posted 13 August 2010 - 03:11 PM
Thanks.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









