Lines Matching full:directory
17 # True to keep the output directory around after exiting
35 """Select an output directory, ensuring it exists.
37 This either creates a temporary directory or checks that the one supplied
38 by the user is valid. For a temporary directory, it makes a note to
42 dirname: a string, name of the output directory to use to store
44 directory.
46 created temporary directory will be destroyed on exit.
49 OSError: If it cannot create the output directory.
60 raise CmdError("Cannot make output directory '%s': '%s'" %
62 tout.Debug("Using output directory '%s'" % outdir)
65 tout.Debug("Using temporary directory '%s'" % outdir)
71 tout.Debug("Deleted temporary directory '%s'" % outdir)
77 """Tidy up: delete output directory if temporary and not preserved."""
82 """Return a filename within the output directory.
88 The full path of the filename, within the output directory
93 """Remove the output directory (for use by tests)"""
118 The full path of the filename, within the input directory