Tech Tip: Using COPY DOCUMENT or MOVE DOCUMENT command with built app from Mac OSX
PRODUCT: 4D | VERSION: 16 | PLATFORM: Mac OS X
Published On: July 13, 2017
Built apps in Mac OSX are seen as a folder which can be deceiving as it looks like a single file as shown below:
If the following code is executed, COPY DOCUMENT will not find the file:
Since the built application is seen as a "folder" another folder separator is required to complete the operation:
This also applies for the MOVE DOCUMENT command as well as other system documents.
See Also: