Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

RichText.ReadFile

Reads a text file from a file.

Component Version macOS Windows Linux Server iOS SDK
RichText 3.0 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "RichText.ReadFile"; Path )   More

Parameters

Parameter Description Example
Path The native file path to the file. $path

Result

Returns OK or error message.

Description

Reads a text file from a file.
The plugin uses Mac system functions to read text files including plain text files, RTF files, Word files in doc or xml format, webkit archives or OpenOffice documents.
If you want the user to select a path, please use FileDialog functions.

See also Files.ReadJPEG, Files.ReadPDF, Files.ReadPNG, Text.ReadTextFile and Files.ReadFile.

Warning: The plugin can only read/write the styles/formats which Apple supports for their cocoa framework.

This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.
For Server be aware that server has limited permissions and may not be able to access all files on a computer.

Examples

Read formatted text from container field:

$r = MBS( "RichText.ReadFile"; "/Users/Desktop/test.txt" )
$text = MBS( "RichText.FormattedText" )

See also

Example Databases

This function checks for a license.

Created 18th August 2014, last changed 14th August 2017


RichText.ReadContainer - RichText.ReadFromClipboard