|
-
Dec 5th, 2000, 04:16 PM
#1
Thread Starter
New Member
What would be the best kind of module to run when a program boots up to check that there are permissions in place for a user to access a drive on a server. We don't want the drive mapped so don't go that route.
I also want it to happen within the Form_Load() sub.
Since the program will be replacing a file in a network directory, i was thinking of killing two birds with one stone by moving the old file (for backup purposes) to a different directory, and then putting the new one in its place when the program is run. If I can't move the existing files, then permissions aren't in place, and an error is returned.
Is this the best way to do it, and if so, how would I code the move statements?
Thanks,
A
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
|