Beispiel #1
0
 def remove(arg_class, arg_path, arg_force=False):
     try:
         os.remove(arg_path)
         Msg.dbg("Success, File Removed: %s" % (arg_path))
     except OSError as arg_ex:
         Msg.Err(str(arg_exe))
         return False