Lines Matching refs:file
10 Subclass SectionName gets a name for a new config file section.
164 "Get a name for a config file section name."
197 "Return entered module name as file path or None."
202 # XXX Ought to insert current file's directory in front of path.
251 """Get menu entry and url/local file for Additional Help.
253 User enters a name for the Help resource and a web url or file
254 name. The user can browse for the file.
266 text='Help File Path: Enter URL or browse for file')
285 # Test by running htest, such as by running this file.
307 file = self.askfilename(filetypes, dir, base)
308 if file:
309 self.pathvar.set(file)
314 "Simple validity check for menu file path"
317 self.showerror('no help file path specified.', self.path_error)
320 if path[:5] == 'file:':
323 self.showerror('help file path does not exist.',
327 path = "file://" + path