Home > Archive > Clarion > April 2007 > Directory Look up error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Directory Look up error
|
|
|
| Hello master.
I need help about backup using Rar.exe from Winrar.
The command is:
Loc:DirTarget is directory result, i get from DOSFILELOOKUP command.
Loc:Dirtarget2=Loc:DirTarget& '\BackupData'
Run ('RAR A Loc:Dirtarget2 *.tps)
---------------------------------------------------
When i point it to directory, for example:
C:\Test or C:\Backup\Test
The result is :
Loc:DirTarget='C:\Test'
Loc:DirTarget2=C:\Test\BackupData
When I point to root: (the problem is appear)
C:\ or D:\
The result is:
Loc:DirTarget=C:\
Loc:DirTarget2=C:\\BackupData (here is 2 slash)
Thank you
Erwin
| |
|
|
|
|
|
|
|