The documentation states that:
sel.path.name returns the name without the extension
sel.path.title returns the path title of the selected item
However, in actual behavior, this appears to be reversed:
sel.path.name includes the file extension
sel.path.title excludes the file extension
This behavior contradicts the current documentation. It’s unclear whether the implementation or the documentation is incorrect.
Could you please clarify which behavior is intended?
The documentation states that:
sel.path.namereturns the name without the extensionsel.path.titlereturns the path title of the selected itemHowever, in actual behavior, this appears to be reversed:
sel.path.nameincludes the file extensionsel.path.titleexcludes the file extensionThis behavior contradicts the current documentation. It’s unclear whether the implementation or the documentation is incorrect.
Could you please clarify which behavior is intended?