revCopyFolder__Standalone?
Posted: Mon Jul 12, 2021 4:29 pm
Hi all,
quick question - I'm finally close to releasing a first version of an app; this requires certain files/folders which i've packaged in specialFolderPath("resources") with the intention of copying to the user's Documents (a presumed writeable location) on first run.
It's simple enough to use revCopyFolder and this works well in the IDE
However in script editor's autocomplete i also get this command: revCopyFolder__Standalone pSrcFolder, pDestFolder
I was unable to find any documentation or mention of this anywhere - is this critical for standalones, does anyone know? Seems odd...
quick question - I'm finally close to releasing a first version of an app; this requires certain files/folders which i've packaged in specialFolderPath("resources") with the intention of copying to the user's Documents (a presumed writeable location) on first run.
It's simple enough to use revCopyFolder and this works well in the IDE
However in script editor's autocomplete i also get this command: revCopyFolder__Standalone pSrcFolder, pDestFolder
I was unable to find any documentation or mention of this anywhere - is this critical for standalones, does anyone know? Seems odd...