Dear all:
I am having a problem and require your help:
I am trying to download a file and save it in the sd card (directly connected to the devive via USB):
DownloadService.Target = File.OpenOutput(DummyVar , fileName, False)
where
newConfigurationID = "2"
DummyVar = File.DirRootExternal& "/" & newConfigurationID
I am getting the error:
java.io.FileNotFoundException: mnt/sdcard/2/epc.mp4 (Invalid Argument)
previously I created that directory with:
File.MakeDir(File.DirRootExternal , newConfigurationID)
any suggestions?
I am having a problem and require your help:
I am trying to download a file and save it in the sd card (directly connected to the devive via USB):
DownloadService.Target = File.OpenOutput(DummyVar , fileName, False)
where
newConfigurationID = "2"
DummyVar = File.DirRootExternal& "/" & newConfigurationID
I am getting the error:
java.io.FileNotFoundException: mnt/sdcard/2/epc.mp4 (Invalid Argument)
previously I created that directory with:
File.MakeDir(File.DirRootExternal , newConfigurationID)
any suggestions?