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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
Files.SetFileExtensionHidden
Sets the hidden state for the file extension of a file or folder.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Files | 12.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ❌ No |
MBS( "Files.SetFileExtensionHidden"; Path; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Path | The native path to the file or folder to be checked. | "/Users/John/Desktop/test.txt" |
Value | The new state. Pass 1 to hide file or 0 to unhide file. |
1 |
Result
Returns OK or error.
Description
Sets the hidden state for the file extension of a file or folder.See also
Release notes
- Version 12.0
Blog Entries
This function does not need a paid license.
Created 13th January 2022, last changed 13th January 2022
