Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Functions

CNSImage_File_Delete

NameCNSImage_File_Delete
Description

You can use this function to delete a file.

Return TypeText
FormatCNSImage_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" )