Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Files.ShowPropertyDialog
Shows the file properties dialog in explorer.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Files | 15.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Files.ShowPropertyDialog"; Path ) More
Parameters
Parameter | Description | Example |
---|---|---|
Path | Native path to the file. | "C:\test\me.jpg" |
Result
Returns OK or error.
Description
Shows the file properties dialog in explorer.Examples
Show properties dialog for FileMaker application:
MBS("Files.ShowPropertyDialog"; "C:\Program Files\FileMaker\FileMaker Pro\FileMaker Pro.exe")
Release notes
- Version 15.1
- Added Files.ShowPropertyDialog function for Windows to show a property dialog of a file.
Blog Entries
This function checks for a license.
Created 10th February 2025, last changed 11st February 2025
