R
ReidarT
I am copying a file from a network drive to a local PC.
Could someone give me a short example on how to get permission to copy the
file from R: to C:
I have figured out that if I use
Imports System.Security.Permissions
and
Dim oFp As FileIOPermission = New _
FileIOPermission(FileIOPermissionAccess.AllAccess, "R: ....
Am I on the track?
regards
reidarT
Could someone give me a short example on how to get permission to copy the
file from R: to C:
I have figured out that if I use
Imports System.Security.Permissions
and
Dim oFp As FileIOPermission = New _
FileIOPermission(FileIOPermissionAccess.AllAccess, "R: ....
Am I on the track?
regards
reidarT