Hello
Can anybody tell me if it is possible to prevent a vb
executable file from being moved or deleted or otherwise interfered with.(access denied kind of thing!)
Thanks!!
Printable View
Hello
Can anybody tell me if it is possible to prevent a vb
executable file from being moved or deleted or otherwise interfered with.(access denied kind of thing!)
Thanks!!
Not with VB, no.
Only through the OS. If you are using a filesystem
that supports security (unix extfs, ntfs) you can
grant users READ only access, so they can not modify
the file.
Sherm