views:

30

answers:

2

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.