Click to See Complete Forum and Search --> : Hiding file that must be on computer.


Nathan Strandberg
April 13th, 1999, 01:54 PM
I have another quick question for everyone! I want to hide a file on a users computer that will be deleted after 30 or so days, but the program must have it to run. Kinda like PreviewSoft does with their TimeLock software. Anybody have any ideas?

Thanks again!
Nathan Strandberg

Gomez Addams
April 13th, 1999, 02:25 PM
SetFileAttributes can be used to make the file hidden.
You also might want to set its name to something like zzzfile
so it falls to the bottom of a sorted list.