Urgent !!! Copying files in Pocket PC \Windows\application folder

  • Thread starter Thread starter nsreddi
  • Start date Start date
N

nsreddi

Hi..

I am trying to copy files into \Windows\application folder of Symbol
PPT 2800_2002 and the o/s is Microsoft Pocket PC 2002.When trying to
copy those files I am getting space problem and not able to copy all
the required files.I want to delete few files from \windows\application
folder which are not necessaryfor my user.I am able to delete thse
files manually ,but I can't tell my user to do that.Is there any way to
delete files by writing any program.

I am using install shiled to install my app on the device thru desktop
and if there is any way to delete those files while installing thru
installshield plz let me know.


Thanks
NS
 
The Win32 API DeleteFile() would do it. I don't know, I'm afraid, whether
there is a managed code wrapper already around this in the File class or
something. You might check the help for "delete AND file" in the same
article...

Paul T.
 
Back
Top