Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Python only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Python
remote file
remote file
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
yqyq22
#1
remote file
Jan 25 '06, 06:25 PM
How to open remote file ? example: \\server\share\ file.txt
thanks a lot
Fredrik Lundh
#2
Jan 25 '06, 06:45 PM
Re: remote file
"yqyq22" wrote:
[color=blue]
> How to open remote file ? example: \\server\share\ file.txt[/color]
like you'd open any other file:
f = open(filename)
e.g.
f = open(r"\\server \share\file.txt ")
</F>
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment