DesktopFolder property of a FolderItem?

I may have a senior moment, but looking at a folder’s FolderItem object in the debugger I found a property named DesktopFolder that does not exists in the FolderItem entry of the Documentation:

Someone forget to add it in the documentation or… I may be too tired ?

There used to be a DesktopFolder shared method for the FolderItem class, which would return an item representing the desktop folder. Similarly, the Trash shared method existed to access the user’s trash folder.
Those were old methods which were replaced by the SpecialFolder module, possibly 20 years ago. It looks like you’re still seeing one :man_shrugging:

In Xojo 2025r2.1… probably weird. (unsure)… :wink:

I just discovered that I created this project using 2015r1, so the code is part old API part API II… :frowning:

Weird !

PS: I added a window and a TextField / a ListBox and that is why I made the discovery. How ? I do not recall.