Changes between Initial Version and Version 1 of Ticket #33058, comment 22
- Timestamp:
- 03/16/2023 11:35:39 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33058, comment 22
initial v1 3 3 > I'm not sure why someone would want to do an exists on an empty string as opposed to the better (IMO) `::exists( ::cwd() )` 4 4 5 makes sense.5 Makes sense. 6 6 7 7 > - Some documentation in the FTP `::exists()` methods' docblocks might be a useful addition here to explain the reasoning.