RTTSoftware Support Forum

PDF-ShellTools => General => Topic started by: Thor on December 06, 2016, 08:12:00 AM

Title: Alternative to Windows file explorer
Post by: Thor on December 06, 2016, 08:12:00 AM
Is it possible to use an alternative to Windows file Explorer (ex. xyplorer), where it would be possible to see and edit the custom tags.
Title: Re: Alternative to Windows file explorer
Post by: RTT on December 06, 2016, 11:31:15 PM
As long the alternative explorer can use Windows shell extensions such as property (https://msdn.microsoft.com/en-us/library/windows/desktop/cc144125(v=vs.85).aspx) and preview (https://msdn.microsoft.com/en-us/library/windows/desktop/cc144143(v=vs.85).aspx) handlers, then yes. From a quick look, the xyplorer doesn't seems to have support for this type of Windows shell extensions. Other examples, such as the xplorer2 or the directory opus, have limited support. Probably there are others, but I'm not a user of such tools so I'm not the best person to ask.
The Windows shell extensions can be used by any Windows Desktop application, so the developers of these file explorers can easily add support for such functionality.