Feedback
Use DateTime.Empty for missing filesystem timestamps
- Status
- Fixed
- Fixed in
- v26.6.3
- Source discussion
- -
- Last updated
- 2026-06-11
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
FileSystemItem.CreatedAt, ModifiedAt, and AccessedAt now return DateTime.Empty when the file or folder does not exist, instead of returning Nothing. This keeps typed DateTime properties consistent with ObjoBasic value-type semantics, where DateTime cannot be Nothing.