On Dec 13, 2019, at 3:21 PM, Bob Sneidar via use-livecode
wrote:
Thanks for the confirmation Tom. I did see two places in my code that I have to
set the default folder, so I just reset it when I am done. Same thing, getting
list of files. There may have been some discussion in the past abou
I am not using Windows or the version of Livecode you are
using so I am not testing this but when it comes to using
paths you might want to make sure what path is being
provided.
If the path returned includes a file name then it might
not work properly for listing that directory because it
is tryi
If you know the path you need then put this code in
your stack;
answer question effective filename of this stack
answer question defaultFolder
after creating the standalone run the code above from
the app and see if either of the paths provided are the
path you are actually trying to use.