Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Script Steps
Script StepCNSImage Convert
Script StepCNSImage Create Hex Color Image
Script StepCNSImage Crop
Script StepCNSImage Dec to Hex
Script StepCNSImage Export
Script StepCNSImage File Copy
Script StepCNSImage File Delete
Script StepCNSImage File Exists
Script StepCNSImage File Export
Script StepCNSImage File Import
Script StepCNSImage File Move
Script StepCNSImage File Read
Script StepCNSImage File Rename
Script StepCNSImage File Select With Dialog
Script StepCNSImage File Size
Script StepCNSImage File Timestamp
Script StepCNSImage File Write
Script StepCNSImage Filter Blur
Script StepCNSImage Filter Contrast
Script StepCNSImage Filter Edge
Script StepCNSImage Filter Emboss
Script StepCNSImage Filter Modulate
Script StepCNSImage Filter Sharpen
Script StepCNSImage Folder Create
Script StepCNSImage Folder Delete
Script StepCNSImage Folder Exists
Script StepCNSImage Folder Get Path
Script StepCNSImage Folder List
Script StepCNSImage Folder Rename
Script StepCNSImage Folder Select With Dialog
Script StepCNSImage Get Configure Option
Script StepCNSImage Get From URL
Script StepCNSImage Get Hex Color
Script StepCNSImage Get Hex Color Component
Script StepCNSImage Get Image Hex Color
Script StepCNSImage Get Info
Script StepCNSImage Get Layer
Script StepCNSImage Hex Color to Grayscale
Script StepCNSImage Hex to Dec
Script StepCNSImage Import
Script StepCNSImage Reflect
Script StepCNSImage Register
Script StepCNSImage Resize
Script StepCNSImage Rotate
Script StepCNSImage Set Configure Option
Script StepCNSImage Set GhostScript Path
Script StepCNSImage Set Hex Color Component
Script StepCNSImage Show Color Picker
Script StepCNSImage Show Configure Dialog
Script StepCNSImage Transform
Script StepCNSImage Version

CNSImage Folder List

NameCNSImage Folder List
Description

Returns a list of files and folders at the specified path.

FormatCNSImage Folder List ( Select entire contents ; Target ; Path ; Wildcard ; Field Separator ; Row Separator )
Required Parameters
Path

The path to the folder to list.

Optional Parameters
Select entire contents

If checked, the target field or variable will be replaced by the result of this script step.

Target

Specify the field or variable to receive the folder listing.

Wildcard

Defines a file name pattern to determine which files to list. For example, “*.txt” would list all files with a “txt” file extension.

Field Separator

Defines the separator to use between the fields of information about a single file. (Default is “||”.)

Row Separator

Defines the separator to use between multiple files. (Default is a return.)