How do you get working directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
How do you get the working directory? and do you delete a temp file one you are done with it
thank
Jim
 
Hi Jim,

Have a look at

application.StartupPath
and
io.file.delete(fileandpath)

I hope this helps

Cor
 
Hi,

System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssem
bly.Location)



Ken
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top