ColdFusion allows you to access the file system of the mobile device through simple CFML code.
The following sections describe how you can manage the native file system using <cfclient>.
Note: All the file system functions support file URL (file path starting with file://) apart from supporting absolute and relative paths. |