String w_file
w_file = "song.wav"
next I am passing w_file to a function which checks if the file exist.
When I am running on PC - I am getting a message the file exists, but
when I deployed the program to my PDA I am getting a message the file
does not exist. I checked few times - the file song.wav is on PDA in
the same directory as my executable program.
Is there a function which shows the current directory?
Thanks,
Zalek
try getCurrentDirectory()
HTH
Chris Werner
f+s software gmbh
"zalek" <zalek...@gmail.com> schrieb im Newsbeitrag
news:79a49d2e-17a1-44f1...@e16g2000yqc.googlegroups.com...
Thanks!!!
It worked!!!
Zalek