Currently, I only know some relative paths such as:
<xypath>
<clipboard>
<curpath>
"Desktop"
%temp%
%programfiles%
%winsysdir%
Are there any others? Is there a relative path for CD-Rom drive or USB drive?
Besides, I think it would be much better if we can add some navigation command to a relative path such as:
<xypath>\...\
will move up one level from xyplorer folder.
About relative file path
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
About relative file path
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
-
Stefan
- Posts: 1360
- Joined: 18 Nov 2008 21:47
- Location: Europe
Re: About relative file path
Hi binocular222
For %...% vars open Windows command line (DOS-Box) and type set <enter>
See f.ex. http://88.191.26.34/XYwiki/index.php/Go ... tive_Paths
Or try:
- select an file
- use 'Copy To...' <Ctrl+F7>
- type in two dots ..
- press enter
HTH?
--
EDIT:
while browsing i found the related topic http://www.xyplorer.com/xyfc/viewtopic.php?f=2&t=1904
XY vars i have found in help > User Menu > XYplorer Native Variablesbinocular222 wrote:Currently, I only know some relative paths such as:
<xypath>
<clipboard>
<curpath>
"Desktop"
%temp%
%programfiles%
%winsysdir%
Are there any others?
For %...% vars open Windows command line (DOS-Box) and type set <enter>
I didn't see this somewhere.Is there a relative path for CD-Rom drive or USB drive?
That's possible. But i have not really test this with XY right now.Besides, I think it would be much better if we can add some navigation command to a relative path such as:
<xypath>\...\
will move up one level from xyplorer folder.
See f.ex. http://88.191.26.34/XYwiki/index.php/Go ... tive_Paths
Or try:
- select an file
- use 'Copy To...' <Ctrl+F7>
- type in two dots ..
- press enter
HTH?
--
EDIT:
while browsing i found the related topic http://www.xyplorer.com/xyfc/viewtopic.php?f=2&t=1904
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: About relative file path
Thanks stefan, I've found a list of relative path:
http://88.191.26.34/XYwiki/index.php/En ... _Variables
Move up one level can be done by 2 dots:
..\<xypath>
http://88.191.26.34/XYwiki/index.php/En ... _Variables
Move up one level can be done by 2 dots:
..\<xypath>
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
XYplorer Beta Club