Hide files

06/27/2015 11:14 ssamko#1
Hello !
I made script which uses function ImageSearch. It has saved images in folders. How can I hide these pictures or put it to exe. (I dont want that other users can see them.) Only script will use it.
Thnx ! :handsdown:
06/27/2015 12:23 hazejp#2
Quote:
Originally Posted by ssamko View Post
Hello !
I made script which uses function ImageSearch. It has saved images in folders. How can I hide these pictures or put it to exe. (I dont want that other users can see them.) Only script will use it.
Thnx ! :handsdown:
You could use SetFileAttributes() with FILE_ATTRIBUTE_HIDDEN.
[Only registered and activated users can see links. Click Here To Register...]
06/27/2015 18:08 alpines#3
You can use FileInstall to archive them with the exe and to store them just choose the TempDir as your destination path.
06/28/2015 09:15 ssamko#4
Quote:
Originally Posted by alpines View Post
You can use FileInstall to archive them with the exe and to store them just choose the TempDir as your destination path.
Thank you so much ! U made my day ! :handsdown: :handsdown:
07/01/2015 10:07 Lawliet#5
#closed