Windows Folders

  • Thread starter Thread starter VP Borza
  • Start date Start date
V

VP Borza

Hello,

How can i find the full path of a file that looks something like this
"%SystemFolder%/notepad.exe" ?
Full path should look like this: C:\Windows\notepad.exe
 
Hi borza,

dim mypath as string =
Environment.GetFolderPath(Environment.SpecialFolder.System)

Did you mean this?

Cor
 

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