Output to the local file system
Hi all, Does anybody knows a way to write directly to the local file system? Thanx in advance, P.
use external methods. afaik you cant do that from within zope's 'restricted' python.... hth AM Pablo Ziliani wrote:
Hi all, Does anybody knows a way to write directly to the local file system?
Thanx in advance, P.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
Pablo Ziliani wrote at 2003-2-4 17:02 -0300:
Does anybody knows a way to write directly to the local file system? You use an External Method and Python's (--> Python documentation) file support (be careful, security risk).
Alternatively, you install "LocalFS". Dieter
participants (3)
-
AM -
Dieter Maurer -
Pablo Ziliani