how to add/append text in a file in shared folder or network folder using pyhton

Somesh 1 Reputation point
2022-02-24T17:31:39.223+00:00

i want to read and write data from network folder, so far i have tried
os.open("\u drive path\") , open("\u drive path\")
but it says accesss or permission denied
but when i use
os.startfile("\u drive path\")

Developer technologies Small BASIC
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. WhTurner 1,611 Reputation points
    2022-02-24T18:17:25.117+00:00

    The tag "small-basix" is for Technical questions about Microsoft Small Basic, the only text-based language and IDE built for students to learn to code

    Please look for a more fittimg tag (about Python ) as your question in not about Small Basic


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.