All, Trying to execute this code in Silverlight: from System.IO import Directory Directory.GetCurrentDirectory() How do I handle directories in silveright? I know it's a bit different since they're packaged. I need to be able to keep track of a file's location inside the package. Thanks for your time. Regards, Ken