Whatever message this page gives is out now! Go check it out!
FileSetAccessMode(filepath, mode) |
Parameter | Description |
filepath | An absolute path to the file on the server. |
mode | A three-digit value, in which each digit specifies the file access for individuals and groups:
|
<h3>FileSetAccessMode Example</h3>
<cfscript>
FileSetAccessMode("test1.txt", "004");
</cfscript>