Just trying to confirm that the behavior of folderitem.extension has changed in the latest version of xojo. We were previously using 2023r3.
If a file name is: SAMPLE.ABC
Previously, folderitem.extension return “.ABC” - note the period was included with the extension
In the current version of xojo, folderitem.extension returns “ABC” - note that no period is included
Was this in fact changed in 2024r1?
Have to make some changes in our application to accommodate this change, but before I do I want to make sure that this will not change back after being reported.
7 posts - 3 participants