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.

Windows File Path syntax

Featured Replies

I would like to create Customer folders on the users C drive based on what record the user is viewing.

Thus a send event of:

"cmd.exe /c MD C:Customers" & CustomerName

I receive an error message at then end of the Customers line stating I need a closing quotation mark.

The calc engine will accept this string if the last isnt there.

Could someone help guide me with the correct string?

The backslash is reserved as an escape character. In your formula, the combination " escapes the closing quotation mark and turns it into a literal character. Try:

"cmd.exe /c MD C:Customers" & CustomerName

Here the first backslash escapes the second one, so you get a literal backslash character, followed by an unescaped quotation mark.

See also: Help > Creating a database > Working with formulas and functions > Identifying text constants and special characters in formulas

  • Author

ARG!!!! THANK YOU.

I need to write this down....thats the second time I've got stumped on that!

Thanks again for you help...

You can make any post a favorite. However, when it is your own, you can find them by going to the Menu >> ACTIVITY >> My Topics.

HTH

Lee

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.