[IronPython] Current working directory in Silverlight?

Kenneth Miller xkenneth at gmail.com
Tue Oct 28 06:27:38 CET 2008


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



More information about the Ironpython-users mailing list