FileSetAttribute()
For the given path, sets the file attributes.
FileSetAttribute( file=any, attribute=string );
Returns: void
Examples
filesetattribute("example.txt","readonly")
See also
- File handling
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)