D
DS
Is there any way to stop a file from being copied? I'd like to be able
to move a file but not copy it.
Thanks
DS
to move a file but not copy it.
Thanks
DS
DS said:Is there any way to stop a file from being copied? I'd like to be able
to move a file but not copy it.
Not in VBA in windows enviroment. CanMarshall said:DS wrote:
In what context???
In a VBA procedure, you can probably can do that by using
the Name statement.
DS said:Not in VBA in windows enviroment. Can
you set the file attributes to prevent copying?
Thats disappointing! It sounds like a simple thing to ask for.John said:Hi Marsh & DS
There are no permissions in NTFS or FAT file systems that would prevent
a file from being copied if it can be read - and it's extremely hard to
imagine how that could be achieved (short of mandating special hardware
and software as in the various DRM systems now being fought over).
Thats disappointing! It sounds like a simple thing to ask for.