Index of the filemaker module
-
m
paste.script.filemaker
...
-
C
FileOp
...
- Enhance the ease of file copying/processing from a package into a target
project
-
f
__init__
...
- Initialize our File operation helper object
-
f
copy_dir
...
- Copy a directory recursively, processing any files within it
that need to be processed (end in _tmpl).
-
f
copy_file
...
- Copy a file from the source location to somewhere in the
destination.
-
f
ensure_dir
...
- Ensure that the directory exists, creating it if necessary.
Respects verbosity and simulation.
-
f
ensure_file
...
- Ensure a file named filename exists with the given
content. If --interactive has been enabled, this will ask
the user what to do if a file exists with different content.
-
f
find_dir
...
-
f
load_content
...
-
f
parse_path_name_args
...
- Given the name, assume that the first argument is a path/filename
combination. Return the name and dir of this. If the name ends with
'.py' that will be erased.
-
f
run_command
...
- Runs the command, respecting verbosity and simulation.
Returns stdout, or None if simulating.
-
f
shorten
...
- Return a shorted form of the filename (relative to the current
directory), typically for displaying in messages. If
*paths are present, then use os.path.join to create the
full filename before shortening.
-
f
svn_command
...
- Run an svn command, but don't raise an exception if it fails.
-
f
popdefault
...