Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Files.DirectoryExists
Checks whether a directory exists with the given path.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Files | 2.7 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Files.DirectoryExists"; Path ) More
Parameters
Parameter | Description | Example |
---|---|---|
Path | Native path to the item to check. | "C:\Windows" |
Result
Returns 1 if directory exists and 0 if not.
Description
Checks whether a directory exists with the given path.If item exists at the path Files.ItemExists returns 1. If it's a directory, Files.DirectoryExists also returns 1 and Files.FileExists returns 0. With a file, Files.FileExists returns 1 and Files.DirectoryExists returns 0.
This function needs a native path. Please use Path.FileMakerPathToNativePath function in order to convert a FileMaker style path to a native path.
Examples
Checks whether directory exists:
Set Variable [$r; Value:MBS( "Files.DirectoryExists"; "/Users/cs/Desktop")]
See also
Example Databases
Blog Entries
- MBS Plugin Advent calendar: 12 - Files
- Recursive Folder Copy Script
- FileMaker 18 File Script Steps vs. BinaryFile functions
- Comparing Base Elements Plugin to MBS FileMaker Plugin
- MBS Filemaker Plugin, version 4.1pr3
- MBS Filemaker Plugin 2.7 Release notes
- MBS Filemaker Plugin, version 2.7pr2
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 18th October 2016