I just had an, "AHA!" moment. Bob S
> On Feb 14, 2019, at 10:15 , Richard Gaskin via use-livecode > <[email protected]> wrote: > > The example there is uses two paths that differ based on the Unix shortcut of > "~" for the user's home folder, e.g.: > > /home/matthias/workfolder/somestack.livecode > > ...vs: > > ~/workfolder/somestack.livecode > > Both paths refer to the same file system object, but apparently the engine > maintains its handle to the file based on the given path rather than the > fully resolved path, so it believes those are two different files in which > the stack objects happen to have the same name. _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
