Whatever message this page gives is out now! Go check it out!
FileSetAttribute(filepath, attribute) |
Parameter | Description |
filepath | An absolute path to a file on the server. |
attribute | One of the following:
|
<h3>FileSetAttribute Example</h3>
<cfscript>
FileSetAttribute("c:\temp\test1.txt", "readOnly");
</cfscript>