Skip 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.

File paths... what am I missing?

Featured Replies

I want to create a Runtime database that will be put on unknown desktop. Have a script to create a copy of the database on closing. I cannot seem to get the file path correct. I have:

SetVariable [$Path;Value:"Filewin:" & Get ( FileMakerPath )& "Backup/" & $BackupName]

Save a Copy as [$Path; compacted]

where the folder "Backup" resides in the runtime folder. $BackupName is set in a previous step and works fin ewhre I set the path 'manually'. I cannot figure out making the Get (FilemakerPath) part to work.

Where am I going wrong?

Also, is there a rather simple way within Filemaker to script the creation of the folder "Backup"?

Edited by Guest

Use simply "file:Backup/" & $BackupName instead.

Using filewin: means an absolute path starting with C: (or whatever). "file:" is cross-platform and is a relative path starting with the current directory where the datbase file resides. For your purposes, using the "file:" method is much simpler.

Edited by Guest

Also, is there a rather simple way within Filemaker to script the creation of the folder "Backup"?

No, not within FileMaker.

You can ask a Windows program to do it using the Send DDE Execute, or Send Event script steps, or Go To Field[select/Perform] on a container field with a ref to a windows program/script. Or use a plug-in that provides this capability.

  • Author

Thanks a lot for the quick and helpful replies.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.