Changes between Initial Version and Version 1 of Ticket #18776, comment 11
- Timestamp:
- Aug 16, 2019 8:04:09 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18776, comment 11
initial v1 8 8 9 9 {{{ 10 /** 11 * delete symbolic link implementation (commonly known as "unlink()") 12 * 13 * symbolic links on windows which link to directories need rmdir instead of unlink 14 * 15 * @param string $path 16 * 17 * @return bool 18 */ 10 19 private function unlinkImplementation($path) 11 20 {