Hi Jeremy, Two options:
- surround your path with single quotes. If the path itself includes quotes, you will need to escape them. '/Users/jeremyfrench/Desktop/test_notarize_01/test_notarize_01_Build/Final Application/test_notarize_01.app/' - escape the spaces: /Users/jeremyfrench/Desktop/test_notarize_01/test_notarize_01_Build/Final\ Application/test_notarize_01.app/ HTH Koen > Op 24 jun. 2019, om 16:57 heeft Jeremy French via 4D_Tech > <[email protected]> het volgende geschreven: > > How do we resolve POSIX file path syntax between 4D and Mac Terminal? > > This Mac system path has a space in the folder name "Final Application": > Macintosh > HD:Users:jeremyfrench:Desktop:test_notarize_01:test_notarize_01_Build:Final > Application:test_notarize_01.app: > > 4D's POSIX shows the space in "Final Application" unescaped: > /Users/jeremyfrench/Desktop/test_notarize_01/test_notarize_01_Build/Final > Application/test_notarize_01.app/ -------------------- Compass bvba Koen Van Hooreweghe Kloosterstraat 65 9910 Aalter Belgium tel +32 495 511.653 ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

