hi dears
how get filename from line number. example line 157 file= test.avi
get(filename(#157)) ; how can get filename from line number??
or full path ... c:\test55444\test.avi
...
thanks
how get filename from line number.
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
how get filename from line number.
newbie or not...........
-
highend
- Posts: 14948
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: how get filename from line number.
E.g.
Code: Select all
$line = 157;
$path = gettoken(listpane(), $line, "|");
$base = gpc($path, "file");
One of my scripts helped you out? Please donate via Paypal
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
XYplorer Beta Club