hello,
I want to check if a file (data.dat) exits in the application path, but i have no idea how to do this..
hehe, i tried app.path but doesnt seem to work :)
Regan
Printable View
hello,
I want to check if a file (data.dat) exits in the application path, but i have no idea how to do this..
hehe, i tried app.path but doesnt seem to work :)
Regan
MOHH---
did you try this
That might work. I'm not sure if it checks the working directory but i'd assume so. Try that thoughCode:File.Exists("filename.dat");
btw- when switching subjects like this its best to start a new thread. (looks like you did this, my bad!)
thank you i'll try that :)
hehe, i came here to post a question, but i quickly checked the "other" post, silly me forgot to return to main board before making my post :)
Regan
ya i was answeing my question say yours, answered and made the snide comment. Then i saw the forum
tested and worked thanks!