Next: tips-gui, Previous: coot-utils, Up: Scheme Scripting Functions
return a list of file names that match pattern pat in directory dir.
"a.b.res" -> "a.b" file-name-sans-extension
Return #t or #f:
Where cmd is e.g. "refmac" args is (list "HKLIN" "thing.mtz") log-file-name is "refmac.log" data-list is (list "HEAD" "END") Return the exist status e.g. 0 or 1.
Where cmd is e.g. "refmac" args is (list "HKLIN" "thing.mtz") log-file-name is "refmac.log" data-list is (list "HEAD" "END")
Return the exist status e.g. 0 or 1.
Return the strings screen output of cmd or #f if command was not found
Return a list if str is a string, else return '()
The following functions from PLEAC (guile version thereof of course). or define a utility function for this
The following functions from PLEAC (guile version thereof of course).
or define a utility function for this