Product Logo

CNS Menu

Dynamic Menus

Functions

CNSMenu_Folder_GetPath

NameCNSMenu_Folder_GetPath
Description

Returns the path to a specified location on the drive.

Return TypeText
FormatCNSMenu_Folder_GetPath ( Type )
Required Parameters
Type

Which path type you need. Specify “Database”, “FileMaker”, “Root”, “System”, “Desktop”, “Preferences”, “Temporary”, “Applications”, or “Documents”, or “Plugin”.

Examples
Example 1

Returns the path to the current database.

CNSMenu_Folder_GetPath( "Database" )
Example 2

Returns the path to desktop.

CNSMenu_Folder_GetPath( "Desktop" )