Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/FileSystem.ChangePathTo.2.py

5 lines
209 B
Python

f = fs.OpenFile("hello.htm") # opens file 'hello.htm'
fs.ChangePathTo("subdir/folder", True)
f = fs.OpenFile("hello.htm") # opens file 'subdir/folder/hello.htm' !!