windows defender issues? & other AV issues
Richard Gaskin
ambassador at fourthworld.com
Tue Jan 15 14:16:50 EST 2019
Bob Sneidar wrote:
> Yes, with Windows 10, there is a feature called Sandboxing, where even
> if your logged in user has write permissions to where the stack is
> saving, you will still not be able to write there. Program Files is a
> great example. The solution is not to save stacks. Stacks should not
> be the place you save information.
LiveCode stack files are a format; the file path is the location.
While it's often useful to separate UI from code, sometimes stack files
make a really good storage format.
Windows does not care about the internal format of a file, only where
it's saved.
Wherever you can store any binary file, you should be able to store
stack files.
--
Richard Gaskin
Fourth World Systems
Software Design and Development for the Desktop, Mobile, and the Web
____________________________________________________________________
Ambassador at FourthWorld.com http://www.FourthWorld.com
More information about the use-livecode
mailing list