D
Deadeye
I am trying to move a file from one drive to another and need to make the
moved file a read only version. How do I do this?
This is where I am at the moment:
Name ("T:\Users\" & CurrentUser() & "\" & Me.lstImportFiles) As (strnewroot
& strfilename)
Thank you very much in advance.
moved file a read only version. How do I do this?
This is where I am at the moment:
Name ("T:\Users\" & CurrentUser() & "\" & Me.lstImportFiles) As (strnewroot
& strfilename)
Thank you very much in advance.