Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Can FileMaker auto-create folders when saving to file paths?

Featured Replies

I have a script that save documents (Quotes, Invoices, Purchase Orders) to the user's documents folder. My script returns an error if the folders don't exist in the file save document path. Is there a way to auto-create missing folders? I need a solution for both Mac and Windows. Thanks.

For example: 

~user/documents/Company Docs/Quotes
~user/documents/Company Docs/Invoices
~user/documents/Company Docs/Purchase Orders
  • Author

Thank you.

A plugin is probably the most convenient way to handle this, but you can also use OS-level scripting (Send Event[] on Windows and Perform AppleScript[] on OS X).

 

Another option is to export zipped folders from a container - but this will overwrite the existing ones (and their contents!) if they are already in place.

A plugin is probably the most convenient way to handle this, but you can also use OS-level scripting (Send Event[] on Windows and Perform AppleScript[] on OS X).

 

 

+1

 

For simple tasks like creating a folder I would no go use a plugin; unless you already have the plugin for other reasons.  This is really simple OS-scripting.

  • 2 years later...
  • Newbies

Could you provide an example of a Send Event script to create a folder on windows? I can't figure out what I'm doing wrong.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.