Sets the attributes of an on-disk file on UNIX or Linux. This function does not work with in-memory files.
fileSetAccessMode(filePath, mode)
→ returns void
<cfscript>
fileSetAccessMode("test1.txt", "004");
</cfscript>
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.