Finding Home Directory?

Is there way to find your home directory in windows using Actionscript 3.0? I want to find the directory and read a file from it, I do not need to write files and cannot use Air/Projected file.

Information like the home directory on a computer isn’t provided by Flash to your program; you’ll need to hard-code the directory’s path into your code. In the next Flash player, though, you may have some more flexibility.