mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 21:40:34 +01:00
5 lines
205 B
Python
5 lines
205 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' !!
|