This is relevant to a number of Windows versions, but the one I had the problem with most recently was on Windows 7, with the added complication of redirected folders.
I ran some software that outputs a log file and I would usually find the file in 'C:\Documents and Settings\UserName\My Documents\SoftwareFolder'. (The software creates the last folder if it is not there.)
The software determines the folder using 'Dim sFDSFolder As String = My.Computer.FileSystem.SpecialDirectories.MyDocuments’.
My question is, how can I find out where this folder is? Is there an environment variable or a registry entry that I can check?
Any guidance would be much appreciated.
I ran some software that outputs a log file and I would usually find the file in 'C:\Documents and Settings\UserName\My Documents\SoftwareFolder'. (The software creates the last folder if it is not there.)
The software determines the folder using 'Dim sFDSFolder As String = My.Computer.FileSystem.SpecialDirectories.MyDocuments’.
My question is, how can I find out where this folder is? Is there an environment variable or a registry entry that I can check?
Any guidance would be much appreciated.