Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_Folder_GetPath

NameSMTPit_Folder_GetPath
Description

This function can be used on concert with other functions. For example you could use SMTPit_File_GetPath to get the user desktop path and then use SMTPit_File_Export to export a file in a container field.

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

SMTPit_File_GetPath( "Database" )
Example 2

Returns the path to desktop.

SMTPit_File_GetPath( "Desktop" )