hcprogrammer
New member
Is there a way to change what gets returned by Environment.SpecialFolder.CommonApplicationData?
For example, in my program this predefined property returns:
C:\Documents and Settings\All Users\Application Data\MyCompany\MySoftware\VersionNumber
I really do not need the version number on the end of this path. I know I could modify the path myself by truncating everything after the last '\', but I would like to see if there is a better way.
TIA for any help
For example, in my program this predefined property returns:
C:\Documents and Settings\All Users\Application Data\MyCompany\MySoftware\VersionNumber
I really do not need the version number on the end of this path. I know I could modify the path myself by truncating everything after the last '\', but I would like to see if there is a better way.
TIA for any help