remote file

F

Fredrik Lundh

yqyq22 said:
How to open remote file ? example: \\server\share\file.txt

like you'd open any other file:

f = open(filename)

e.g.

f = open(r"\\server\share\file.txt")

</F>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,282
Messages
2,571,404
Members
48,096
Latest member
Kenkian2628

Latest Threads

Top