 |
LogicNP Software Knowledge Base And FAQ
|
HOWTO : Execute commands like 'Cut', 'Copy', 'Paste', 'Delete', etc. for a folder/file
|
| View previous topic :: View next topic |
| Author |
Message |
Support
Joined: 18 Jul 2005 Posts: 731
|
| Posted: Sat Jul 30, 2005 5:48 am Post subject: HOWTO : Execute commands like 'Cut', 'Copy', 'Paste', 'Delete', etc. for a folder/file |
|
|
You should use the ExecuteShellCommand method of ListItem.
item1.ExecuteShellCommand cmdCut
item1.ExecuteShellCommand cmdCopy
item1.ExecuteShellCommand cmdPaste
item1.ExecuteShellCommand cmdDelete |
|
| Back to top |
|
 |
|
Powered by phpBB © 2001, 2005 phpBB Group
|