| ... | ... | @@ -2029,7 +2029,7 @@ pub const DeleteTreeError = error{ |
| 2029 | 2029 | NetworkNotFound, |
| 2030 | 2030 | } || posix.UnexpectedError; |
| 2031 | 2031 | |
| 2032 | | /// Whether `full_path` describes a symlink, file, or directory, this function |
| 2032 | /// Whether `sub_path` describes a symlink, file, or directory, this function |
| 2033 | 2033 | /// removes it. If it cannot be removed because it is a non-empty directory, |
| 2034 | 2034 | /// this function recursively removes its entries and then tries again. |
| 2035 | 2035 | /// This operation is not atomic on most file systems. |