MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
escapeXMLfile Namespace Reference

Functions

def getstatusoutput
 
def deleteDir
 
def createDir
 
def runCommand
 
def main
 MAIN routine. More...
 

Function Documentation

def escapeXMLfile.getstatusoutput (   cmd)
Return (status, output) of executing cmd in a shell.

Definition at line 8 of file escapeXMLfile.py.

def escapeXMLfile.deleteDir (   path)
deletes the path entirely

Definition at line 18 of file escapeXMLfile.py.

def escapeXMLfile.createDir (   path)
deletes the path entirely

Definition at line 25 of file escapeXMLfile.py.

def escapeXMLfile.runCommand (   cmd)
deletes the path entirely

Definition at line 32 of file escapeXMLfile.py.

def escapeXMLfile.main (   argv = None)

MAIN routine.

Definition at line 41 of file escapeXMLfile.py.