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
 
Back
Top