Changes between Version 1 and Version 2 of Ticket #33058, comment 22
- Timestamp:
- 03/16/2023 11:38:15 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33058, comment 22
v1 v2 7 7 > - Some documentation in the FTP `::exists()` methods' docblocks might be a useful addition here to explain the reasoning. 8 8 9 Yep, think so too. At least have to mention that doing `::cwd( $path )` followed by `::exists('')` would return `false` for consistency with the other filesystem methods.9 Yep, think so too. At least that `::exists( '' )` with empty string will always return `false` for consistency with the other filesystem methods, even when done after successful `::cwd( $path )`.