Hi, I want to read the content of the folder located at %LOCALAPPDATA%. But it fails when I tried
Directory.GetDirectories("%LOCALAPPDATA%");
I get "The name 'Directory' does not exist in the current context" Please help.
Hi, I want to read the content of the folder located at %LOCALAPPDATA%. But it fails when I tried
Directory.GetDirectories("%LOCALAPPDATA%");
I get "The name 'Directory' does not exist in the current context" Please help.