Int boinc rmdir(const char*)
From Unofficial BOINC Wiki
- The title of this article is incorrect due to technical limitations. The correct title is int boinc_rmdir(const char*).
Contents |
[edit] Description
Attempts to remove the directory at the given location.
[edit] Parameters
| Parameter Type | Parameter Name | Purpose & Content |
|---|---|---|
| const char* | name | The location (path) of the directory to be removed. |
[edit] Returns
Zero if successful, non-zero on error.
[edit] Include & Implementation
| Code Location: | lib/filesys.C |
| Include By: | #include "lib/filesys.h" |
| Function: | int boinc_rmdir(const char* name) |
| Documentation: | BOINC Source Code: boinc/lib/filesys.C |
| CVS Extract: | cvs -d :pserver:anonymous:@alien.ssl.berkeley.edu:/home/cvs/cvsroot checkout boinc/lib/filesys.C |
[edit] Compatibility
[edit] Code Sample
None.
RSS Feeds

