Game Development Community

Underscore in file names

by Zach Perkins · in Torsion · 08/07/2009 (11:25 am) · 0 replies

Is this a Torsion bug, or is there some way I can get around this issue?

Torsion has a very useful feature with the exec command, you can right-click on a line that has a file linked in it, and the context menu has an item to open that file.
e.g. Put this line in a script file in torsion:
exec("./mycodefile.cs");
Right-click, and you'll see Open "./mycodefile.cs"

But if your file has an underscore in it, the context menu will not include the Open item.