Message7566

Author wayju
Recipients pekka.klarck, pjenvey, wayju
Date 2013-01-09.00:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357690479.92.0.90686943153.issue1975@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Philip. I ran the previous commands to check that they still return the same results (as it has been a couple of months) and they do. 

Here is the result of the command you requested.

D:\iE2>jython
Jython 2.5.3 (2.5:c56500f08d34+, Aug 13 2012, 14:48:36)
[Java HotSpot(TM) Client VM (Sun Microsystems Inc.)] on java1.6.0_31
Type "help", "copyright", "credits" or "license" for more information.
>>> from org.python.core import PySystemState; PySystemState.getPathLazy('\\\\localhost\\temp')
u'\\\\localhost\\temp'
>>>
History
Date User Action Args
2013-01-09 00:14:39wayjusetmessageid: <1357690479.92.0.90686943153.issue1975@psf.upfronthosting.co.za>
2013-01-09 00:14:39wayjusetrecipients: + wayju, pekka.klarck, pjenvey
2013-01-09 00:14:39wayjulinkissue1975 messages
2013-01-09 00:14:39wayjucreate