Whatever message this page gives is out now! Go check it out!
IsFileObject(file)Parameter | Description |
file | The file object. |
<cfscript>
theDir=GetDirectoryFromPath(GetCurrentTemplatePath());
theFile=theDir & "Sample files/Test.txt";
a=FileOpen(theFile);
writeoutput(IsFileObject(a));
</cfscript>