Charles Dye
Super Moderator
- May
- 5,392
- 166
Staff member
All of these are long-standing, and presumably of very low importance since nobody seems to have ever noticed them. In some cases a doc fix might be preferable to a code fix.
@INODE -- always returns 00000000:00000000 for subdirectories.
@SUMMARY -- returns nonsense for the "Edit Time" field. (The filetime in this case is a duration, not a UTC time to be translated.)
@SUMMARY -- setting a value returns "0", presumably to indicate success, but doesn't seem to actually do anything. Looks like this feature did work back in v13, broke in v14.
@ERRTEXT -- can return strings containing newlines and/or trailing spaces. I don't know that this is "wrong" -- the help file never says it won't -- but it seems awkward and easy to fix.
@INODE -- always returns 00000000:00000000 for subdirectories.
@SUMMARY -- returns nonsense for the "Edit Time" field. (The filetime in this case is a duration, not a UTC time to be translated.)
@SUMMARY -- setting a value returns "0", presumably to indicate success, but doesn't seem to actually do anything. Looks like this feature did work back in v13, broke in v14.
@ERRTEXT -- can return strings containing newlines and/or trailing spaces. I don't know that this is "wrong" -- the help file never says it won't -- but it seems awkward and easy to fix.