TKE  3.6
Advanced code editor for programmers
api::utils Namespace Reference

Functions

 open_file interp pname fname ?in_background?
 

Function Documentation

§ open_file()

api::utils::open_file   interp pname fname ?in_background?  

Opens the given file in a file browser. If in_background is set to a value of 1, the focus will remain in the editor; otherwise, focus will be given to the opening application.

Definition at line 1183 of file api.tcl.

1183  proc open_file {interp pname fname {in_background 0}} {
1184 
1185  return [utils::open_file_externally $fname $in_background]
1186 
1187  }