Product Logo

CNS Barcode

Scan and Generate Barcodes

Functions

CNSBC_Folder_GetPath

NameCNSBC_Folder_GetPath
Description

Returns the path to a specified location on the drive.

Return TypeText
FormatCNSBC_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.

CNSBC_Folder_GetPath( "Database" )
Example 2

Returns the path to desktop.

CNSBC_Folder_GetPath( "Desktop" )