libtextworker 0.1.4
Cross-platform, free and open library for Python projects

◆ LoadFile()

def libtextworker.interface.tk.editor.StyledTextControl.LoadFile (   this,
str  path 
)
Load a file.
Warning: the path must exists on the file system, else
 an exception will be raised (no handle from us).
Also this will OVERWRITE existing editor CONTENT, so make
 sure you have your backup way.

Definition at line 160 of file editor.py.