Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Functions

CNSImage_Folder_Create

NameCNSImage_Folder_Create
Description

Creates a folder.

Return TypeText
FormatCNSImage_Folder_Create ( Folder )
Required Parameters
Folder

The path and folder name of the folder you want to create.

Example
Example 1

Creates a new Folder with the name "New Folder" on the user's Desktop.

CNSImage_Folder_Create( "~/Desktop/New Folder" )