Skip to main content

TrFile_SetDefaultFileSpec (function reference)

Troi File Plug-in > Functions reference > TrFile_SetDefaultFileSpec
Troi File Plug-in for FileMaker Pro

TrFile_SetDefaultFileSpec

Indicates a FilePath (i.e. the file) to be used in succeeding functions where no FilePath is indicated.

SyntaxFunction badge

TrFile_SetDefaultFileSpec ( switches ; filePath )

Parameters

switches not used, reserved for future use. Leave blank or put "-Unused"
filePath the path to the file

Returned Result

Data type returned

Text

Result

This function does not return anything at the moment. This may change in a future version.

Originated in

Troi File Plug-in 1.0

Compatibility

FileMaker Pro 16 to FileMaker Pro 2023

Considerations

You can use FileMaker styled paths, like “filewin:/C:/MyFiles/test.txt”.

Example

We assume that in your FileMaker file the following fields are defined:

  gErrorCode		Global, number
  gFilePath		Global, text
  textField		text

gFilePath should contain the path to an existing file, for example “D:\Hello.TXT” (Windows) or “Disk1:Hello” (Mac). TextField contains the text you want to write. In a script add the following scriptsteps:

Set Field [ gErrorCode ; TrFile_SetDefaultFileSpec ( gFilePath ) ]
Set Field [ gErrorCode ; TrFile_SetDefaultCreator ( "ttxt" ) ]
Set Field [ gErrorCode ; TrFile_SetDefaultType ( "TEXT" ) ]
Set Field [ gErrorCode ; TrFile_SetContents ( "-Encoding=ASCII_Windows" ; textField ) ]

This will set the default file to your file with a SimpleText FileType and Creator. Then the text is written to the file.

Used in example file

CreateFile.fmp12

Related functionsFunction badge

TrFile_SetContents
TrFile_SetDefaultCreator
TrFile_SetDefaultFileSpec

Related topics

Troi File Plug-in online help (overview)


Online Help Page for Troi File Plug-in for 16 to 2023 –> TrFile_SetDefaultFileSpec (filep4280) 2023-0601 16:01:25