You can find the CFFiddle demo of this function and other file functions as part of a project that is shared with you.
Click the button below to launch CFFiddle.
To copy the project in your workspace in CFFiddle, follow the steps below:
Retrieves information about on-disk or in-memory file.
The filename, path, parent directory, type, size, when the file was most recently modified, whether the file has read permission, write permission, and is hidden.
Category
GetFileInfo( filepath ) |
ColdFusion (2018 release): Changed parameter name Path to filepath .
ColdFusion 8: Added this function.
Parameter |
Description |
|---|---|
filepath |
Absolute on-disk or in-memory path. |
The function returns a structure that includes the following keys:
<cfscript> |
Sign in to your account