Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Files.ReadPNG
Reads a PNG file from the file system.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Files | 4.3 | Yes | Yes | Yes | Yes | Yes |
MBS( "Files.ReadPNG"; Path { ; FileName } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| Path | The native file system path to the file. | "/Users/cs/Desktop/test.png" | |
| FileName | Optional the file name to use. | "test.png" | Optional |
Result
Returns container value or error.
Description
Reads a PNG file from the file system.This function does not verify if the file you ask to load is actually a valid PNG image.
Reading files over 1 GB is not supported.
See also Files.ReadJPEG, Files.ReadPDF, Files.ReadFile, Text.ReadTextFile and RichText.ReadFile.
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 a png file:
Set Variable [$r; Value:MBS( "Files.ReadPNG"; "/Users/cs/Desktop/todo.png")]
See also
- Container.ReadFile
- Files.ReadFile
- Files.ReadJPEG
- Files.ReadPDF
- Path.FileMakerPathToNativePath
- RichText.ReadFile
- Text.ReadTextFile
Blog Entries
FileMaker Magazin
Created 18th August 2014, last changed 18th October 2016
Files.ReadPDF - Files.RenameFile
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins