Slysven
Joined: 10 Apr 2011 Posts: 254 Location: As "Jomin al'Bara" in WoTMUD or Wiltshire, UK
|
Posted: Mon Jan 23, 2012 12:34 pm Post subject: |
|
|
I think that '~' is expanded to your home directory by the (bash?) shell and that expansion does not happen within the file handling operations of TinTin++. Given that you've started Tintin++ from your home directory (~) you CAN refer to that as "." as a starting point for file operations; so, for the example you gave, you can use:
| Code: | | #read ./somedir/some.tt |
|
|