[IronPython] Reopening closed issues

Dino Viehland dinov at microsoft.com
Wed Sep 10 00:20:01 CEST 2008


In Silverlight we don't have access to the local file system.  Instead we the DLR's PlatformAdaptionLayer, which IronPython 2.x builds upon for file access, and that is redirected to the web server.  So our "file system" becomes limited by what HTTP is capable of supporting.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Dan Eloff
Sent: Tuesday, September 09, 2008 2:43 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Reopening closed issues

On Mon, Sep 8, 2008 at 11:22 AM, Dino Viehland <dinov at microsoft.com> wrote:
> On the Silverlight one there may be nothing we can do about it - HTTP doesn't have a dir or ls command so I
> believe we can only ask for the files by name and get them or not.

Forgive me, but how is HTTP connected to importing?

-Dan
_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list