Top "File-attributes" questions

Question regarding create/read/update file attributes in code

Using VBA to get extended file attributes

Trying to use Excel VBA to capture all the file attributes from files on disk, including extended attributes. Was able …

vba file-attributes fso
How to remove a single Attribute (e.g. ReadOnly) from a File?

Let say, a file has the following attributes: ReadOnly, Hidden, Archived, System. How can I remove only one Attribute? (for …

c# .net file file-attributes
C# make file read/write from readonly

If File.SetAttributes("C:\\myFile.txt", FileAttributes.ReadOnly); sets a file as read only, how do I set it back …

c# file-attributes
How to set "execute" attribute to a file and check it in SVN from Windows?

I have SVN configured in Linux at a different location and I need to check-in a shell script to SVN …

linux windows svn bamboo file-attributes
What does the dot at the end of the permissions in the output of "ls -lah" mean?

I found some Linux files, and when I type ls -lah, it outputs this permissions format: ... drwxr-xr-x. 2 root root ... -rw-rw-r--. 1 …

ls file-attributes xattr
Best way to make a file writeable in c#

I'm trying to set flag that causes the Read Only check box to appear when you right click \ Properties on …

c# .net file file-attributes
Keeping file attributes on a copy

I have the situation whereby I want to keep the original attributes on a file (the file creation date etc). …

python file-attributes
Can a batch file change the system date; save file with attributes; change date back to current date?

Can a batch file change the system date; save file with attributes; change date back to current date? Goal to …

windows batch-file systemtime file-attributes filetime
Testing for file attribute in batch file

I'm writing a batch file and I need to know if a file is read only. How can I do …

batch-file file-attributes
Getting specific file attributes

I've got a simple WCF service that lets clients/consumers upload image, audio or video files to it. After the …

c# file-attributes file-properties