| Name | CNSImage_File_Delete |
|---|
| Description | You can use this function to delete a file.
|
|---|
| Return Type | Text |
|---|
| Format | CNSImage_File_Delete ( File ) |
|---|
| Required Parameters | File The Path and File Name of the File you want to Delete.
|
|---|
| Examples | - Example 1
Deletes the file "deleteme.jpg" on Windows. CNSImage_File_Delete( "c:\destination\deleteme.jpg" )
- Example 2
Deletes the file "deleteme.jpg" on Mac. CNSImage_File_Delete( "/Images/deleteme.jpg" )
|
|---|