Artifact db7a703dd2b2900632f8e7f9a692c73a718af63aeb66b7b9710b3bcdecaf2013:
- File
src/OFFileURLHandler.m
-
2021-04-04 18:46:33
— part of check-in
[9135c5fcb8]
on branch trunk
— Change -[contentsOfURLAtPath:] to return URLs
Returning strings is confusing for many as Foundation returns URLs here,
and URLs are often easier to work with during directory enumeration
anyway (no need to constantly append the current item to the base path). (user: js, size: 37049) [annotate] [blame] [check-ins using] - 2021-04-07 21:18:26 — part of check-in [36669d22b4] on branch 1.0 — Merge trunk into 1.0 branch (user: js, size: 37049) [annotate] [blame] [check-ins using]
-
2021-04-04 18:46:33
— part of check-in
[9135c5fcb8]
on branch trunk
— Change -[contentsOfURLAtPath:] to return URLs