Hi!
There is a question:
How get the system directory path as "My Documents", "Windows", "Applications Data", "Program Files", etc. ?
Thanks,
Alex.
Printable View
Hi!
There is a question:
How get the system directory path as "My Documents", "Windows", "Applications Data", "Program Files", etc. ?
Thanks,
Alex.
See Environment class.
for example:
Hope it helpsCode:strPath=Environment.GetFolderPath(Environment.SpecialFolder.System));