LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
Hi,
I never did that but If I have to make a file invisible on desktop I begin the file name with "." but be careful this is reserved for system files (OSX)
Best regards
Jean-Marc
The "create invisible stack" command only governs the visibility of the window the stack is displayed in when it's opened; it doesn't affect the file's appearance in any way.
On Mac and Linux, simply putting a "." before the file name will cause it to be invisible, though of course it's not hard to find them in Terminal with "ls -a".
Windows uses a flag unique to its file system, and there's likely a way to vall VBScript from your app to handle that, though some anti-virus programs set off alarms when apps attempt to make VBScript calls.
Personally, as a user I find hidden files annoying, since they can prevent me from doing things like emptying a folder, but I won't know why unless I dive into Terminal. And as a developer, all OSes provide some means of showing hidden files, so it's not all that secure anyway.
There may be other ways to solve the problem that don't require your app to hide things from the user.
What are you looking to do??
Richard Gaskin LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
thank you a lot for your help....i would like to protect in some manner my program , but i don't want use protection like numbers and create big database to determinate the license of the copies of my program....do you have a simple idea to do this simple???