P
Patrick Dugan
I want to delete an entire directory on my PDA including any files within it
from the Windows PC. (I'm using vb.net)
When I use the RAPI command:
m_rapi.RemoveDeviceDirectory(strCommand, True)
This does delete the folder but it does so somewhat slowly. Each file is
deleted one-at-a-time and then
finally the folder. If I right-click a folder on the device itself I can
delete a folder more quickly. Is there
a way to use RAPI within vb.net to delete a folder "more directly?" so it
happens more quickly?
Patrick Dugan
from the Windows PC. (I'm using vb.net)
When I use the RAPI command:
m_rapi.RemoveDeviceDirectory(strCommand, True)
This does delete the folder but it does so somewhat slowly. Each file is
deleted one-at-a-time and then
finally the folder. If I right-click a folder on the device itself I can
delete a folder more quickly. Is there
a way to use RAPI within vb.net to delete a folder "more directly?" so it
happens more quickly?
Patrick Dugan