Report ("{Path}") not working
Posted: 25 Dec 2010 00:43
Sometime after v9.80.0106 the Report ("{Path}"); is not working. Hope its an easy fix.
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Yes. Something not working?ogroeger wrote:Are you sure (9.80.0126)?
Code: Select all
::text report ("{path}");Code: Select all
{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}{Path} is meant for use in "search results only" where it would make sense. For other places use:ogroeger wrote:Hm, i'm not sure. Executingwhile in xyplorer's directory results inCode: Select all
::text report ("{path}");Is this the expected result?Code: Select all
{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}
Code: Select all
::text get ("path");Or {fullpath} which works for Browse and Find modes:serendipity wrote:{Path} is meant for use in "search results only" where it would make sense. For other places use:ogroeger wrote:Hm, i'm not sure. Executingwhile in xyplorer's directory results inCode: Select all
::text report ("{path}");Is this the expected result?Code: Select all
{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}{path}Code: Select all
::text get ("path");
Code: Select all
::text report ("{fullpath}<crlf>");