On 10/5/2011 10:34 AM, RVince wrote:
I have a project whereby I need it to write out a file to a different server (that the originating server has write access to). So, say I need to write out from myserver1, where my app is running, onto, say S:/IT/tmp how can I specify/do this? Thanks, RVince
open('S:/IT/tmp','w') ?? -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list