Author |
Message |
Christian
Joined: 14 Jun 2017 Posts: 3
|
Posted: Thu Jun 15, 2017 4:59 am Post subject: <source> and <sourcewithoutdrive> macros |
|
|
I run VV PRO V2.5.2518 64-bit and tried using both macros.
On my German Win8.1 system the macro <sourcewithoutdrive> includes the drive name for the target directory.
I use the \\?\c:\temp\... notation for source and target directories.
Can you duplicate this?
Regards |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8763
|
|
Back to top |
|
|
ChristianT Guest
|
Posted: Thu Jun 15, 2017 3:25 pm Post subject: Macro expansion |
|
|
<sourcewithoutdrive> expands to e.g. z:\backup\c\users\christian\file.txt if the file is located in c:\Users\Christian
Regards |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8763
|
|
Back to top |
|
|
Christian
Joined: 14 Jun 2017 Posts: 3
|
Posted: Mon Jun 26, 2017 3:44 pm Post subject: |
|
|
Sorry for late reply.
Lines copied from fsf file.
; ******* Source
Source Folder=\\?\c:\Users\Christian\.cr3\ | \\?\c:\Users\Christian\.cr3\
; ******* Target
Target Folder=\\?\c:\temp\<sourcewithoutdrive>\ | \\?\c:\temp\<source>\ |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8763
|
Posted: Wed Jun 28, 2017 12:11 am Post subject: |
|
|
Hi, thanks, it's an issue with the variable <sourcewithoutdrive> and the use of the \\?\ prefix. The drive letter is not removed properly in that case from the variable. We will fix this in the next version.
thank you for reporting this _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8763
|
|
Back to top |
|
|
|