op.readHeadFile
| Syntax |
op.readHeadFile (f, adrOutline)
|
| Params |
f is the path to a file in dot-head format. adrOutline is the address of an outline that gets the converted file.
|
| Action |
Creates an outline from a dot-head format file.
|
| Returns |
True.
|
| Examples |
op.readHeadFile ("C:\\Think Tank Templates\\test file", @workspace.testOutline) » true
|
| Notes |
Dot-head format was used by outliners such as ThinkTank, Ready, and MORE.
|
| See Also |
op.rssToOutline
|