Is the "C:\WINDOWS\System" Directory in the same location on every computer running a windows OS?
If it isn't how do I make my program find it by its self?
Printable View
Is the "C:\WINDOWS\System" Directory in the same location on every computer running a windows OS?
If it isn't how do I make my program find it by its self?
Environment.GetFolderPath
Hmm enviornment.getfolderpath doesn't seem to be working.
What am I doing wrong?Code:dim x as string
x = enviornment.getfolderpath
Read the documentation.
its not liking the enviornment word. are you sure that is in the 2003 version of VB?
You need to spell it correctly first.
http://msdn.microsoft.com/en-us/libr...th(VS.71).aspx
Thanks got it :-D