ObjFW  Check-in [c52e685523]

Overview
Comment:OFFileManager: Replace remove with unlink / rmdir

remove() is supposed to delete both, files and directories, but
unfortunately, on Windows it only works for files. Since there is an if
on the type anyway, use unlink() / rmdir() instead.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c52e6855236a035c73630fc9914a24feb2cc1cc4863d6cc2981d61f04b1a183f
User & Date: js on 2016-07-03 18:22:12
Other Links: manifest | tags
Context
2016-07-03
19:04
Update buildsys check-in: 6f47d47ae6 user: js tags: trunk
18:22
OFFileManager: Replace remove with unlink / rmdir check-in: c52e685523 user: js tags: trunk
17:25
OFHTTPClient: Make sure / is not encoded in path check-in: df0769200f user: js tags: trunk
Changes