Question

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

If I use:

Io.File.SetAttributes("File.txt",IO.FileAttributes.Normal)

it removes all the attributes.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top