|
-
January 24th, 2000, 02:10 PM
#1
file security
Does anyone know how to allow a program to have write access to a file, but
not the user who is running the program. This is to ensure that the user does
not mess with the file. Thanks for the help.
-
January 24th, 2000, 02:32 PM
#2
Re: file security
Well these are really slick but why not making a file read-only and hidden
-
January 24th, 2000, 11:39 PM
#3
Re: file security
hey, you can also do this:
open "c:\whatever\whatever.dat" for output as #1
write #1, text1
close #1
' hope this helps
-
January 25th, 2000, 08:34 AM
#4
Re: file security
What do you mean with "the user who's running the program cannot acces the file"?
Do You have to hide and protect your file while the program is not runnin'?
Please be more specific so WE can post, thanx
Something over there is coding....
... and you don't know!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|