Re: Standalones and the defaultFolder

2019-12-14 Thread Alex Tweedly via use-livecode
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

Re: Standalones and the defaultFolder

2019-12-14 Thread JB via use-livecode
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

Re: Standalones and the defaultFolder

2019-12-14 Thread JB via use-livecode
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.