Subject: Re: [nmr_sparky] Extension Font Size
From: Thomas Goddard
Date: Apr 25, 2006

Previous: 114

Hi Mandar,

The Tk file dialog that Sparky uses has no option to exclude hidden
files (ones beginning with .) from the list.

The ability to filter allows you to limit the list to certain file
extensions (like .ucsf, .save). Doesnt sound like that will help
with your problem. Here is the Tk manual page for the file dialog
with a section on filters if you want to know more:

http://www.tcl.tk/man/tcl8.4/TkCmd/getOpenFile.htm

Tom