Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Functions

CNSImage_Folder_GetPath

NameCNSImage_Folder_GetPath
Description

This function can be used with other functions. For example you could use CNSImage_File_GetPath to get the user desktop path and then use CNSImage_Export to export a file from a container field.

Return TypeText
FormatCNSImage_Folder_GetPath ( Type )
Required Parameters
Type

Which Path Type you need. Specify “Database”, “FileMaker”, “Root”, “System”, “Desktop”, “Preferences”, “Temporary”, “Applications”, or “Documents”.

Examples
Example 1

Returns the path to the current database

CNSImage_File_GetPath( "Database" )
Example 2

Returns the path to desktop.

CNSImage_File_GetPath( "Desktop" )