.\"Man page for condor_rmdir .\"Generated by makeman on Sun Feb 1 21:58:28 2015 .TH condor_rmdir 1 "February 2015" .SH Name .P condor_rmdir Windows \- only no-fail deletion of directories .P .SH Synopsis condor_rmdir [/HELP | /?] .P condor_rmdir@filename .P condor_rmdir[/VERBOSE] [/DIAGNOSTIC] [/PATH:] [/S] [/C] [/Q] [/NODEL] directory .P .SH Description .P condor_rmdircan delete a specified directory, and will not fail if the directory contains files that have ACLs that deny the SYSTEM process delete access, unlike the built-in Windows rmdircommand. .P The directory to be removed together with other command line arguments may be specified within a file named filename, prefixing this argument with an @ character. .P The condor_rmdir.exeexecutable is is intended to be used by Condor with the /S/Coptions, which cause it to recurse into subdirectories and continue on errors. .P .SH Options .P .B /HELP .IP "" 3 Print usage information. .IP "" 3 .IP "" 3 .P .B /? .IP "" 3 Print usage information. .IP "" 3 .IP "" 3 .P .B /VERBOSE .IP "" 3 Print detailed output. .IP "" 3 .IP "" 3 .P .B /DIAGNOSTIC .IP "" 3 Print out the internal flow of control information. .IP "" 3 .IP "" 3 .P .B /PATH: .IP "" 3 Remove the directory given by . .IP "" 3 .IP "" 3 .P .B /S .IP "" 3 Include subdirectories in those removed. .IP "" 3 .IP "" 3 .P .B /C .IP "" 3 Continue even if access is denied. .IP "" 3 .IP "" 3 .P .B /Q .IP "" 3 Print error output only. .IP "" 3 .IP "" 3 .P .B /NODEL .IP "" 3 Do not remove directories. ACLs may still be changed. .IP "" 3 .IP "" 3 .P .SH Exit Status .P condor_rmdirwill exit with a status value of 0 (zero) upon success, and it will exit with the standard HRESULT error code upon failure. .P .SH Author Condor Team, University of Wisconsin-Madison .SH Copyright Copyright (C) 1990-2012 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0. .P See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu