G
Guest
How do you get the path to the folder the program is in.
Lets say i have something like this:
c:\programs\myprogram\another folder\program.exe
now in my program i want to get the path,
c:\programs\myprogram\another folder\
I tried something like:
System.IO.Path.GetFullPath("\\")
but that just returns c:\
Lets say i have something like this:
c:\programs\myprogram\another folder\program.exe
now in my program i want to get the path,
c:\programs\myprogram\another folder\
I tried something like:
System.IO.Path.GetFullPath("\\")
but that just returns c:\