Question regarding create/read/update file attributes in code
Questions tagged [file-attributes]
185 questions
-1
votes
1 answer
Windows 7 File Date Question
apologies for not asking a strictly programming question, but this will move on to programming once my confusion is cleared.
i am about to write a program that can modify file date stamps like created, modified, last accessed date.
as i am…

iTEgg
- 8,212
- 20
- 73
- 107
-1
votes
1 answer
How to set a folder as system folder
To programatically change the icon of a folder, I found that I need to set the folder's attribute to be a system folder.
Guide I worked with:
http://www.codeproject.com/Articles/9331/Create-Icons-for-Folders-in-Windows-Explorer-Using
And the…

Mugen
- 8,301
- 10
- 62
- 140
-1
votes
1 answer
Python: Setting Multiple Attributes for a file (e.g. System, Hidden)
What is the way to set multiple file-attributes using Python?
E.g. I want to set a file's attribute to System, Hidden.
I can use something like below, but it will just set just one attributes, and overwrite the previous write:
import win32con,…

Imagine
- 85
- 1
- 10
-2
votes
1 answer
Access to the path is denied.
trivial error, time performs the normal process of deleting files and another hour to perform the same process I get this error.
This is an update of a website folder that is being accessed through IIS, then this process occurs while people are…
-3
votes
1 answer
SetFileAttributeW source code in c++
I tried to access to source code of SetFileAttributeW API, but my efforts is not successful. Any one can guide me how to acquire its source code in c or c++?
Best.
user7967742