set link_target [file join $localbase_path $suffix_path]
} else {
set suffix_path [string map {\\ /} $suffix_path]
if {[regexp {([a-zA-Z]):\\(.*)} $localbase_path _match drive_letter tail]} {
set localbase_path [string map {\\ /} $localbase_path]
set tail [string map {\\ /} $tail]
set link_target ""
#shortcut basepath is a windows path with drive letter - try to resolve it on unix by looking for a corresponding mount from fstab or a point under /mnt
set link_target [file join /mnt/$op_drive_letter $tail $suffix_path]
} else {
#leave as is - probably won't resolve correctly but we have no better option
#leave as is except for backslashes converted to forward
#- probably won't resolve correctly unless the unix system has a folder named drive_letter: in the current folder with a copy of the original filestructure.
set link_target [file join $localbase_path $suffix_path]
set link_target [file join $localbase_path $suffix_path]
} else {
set suffix_path [string map {\\ /} $suffix_path]
if {[regexp {([a-zA-Z]):\\(.*)} $localbase_path _match drive_letter tail]} {
set localbase_path [string map {\\ /} $localbase_path]
set tail [string map {\\ /} $tail]
set link_target ""
#shortcut basepath is a windows path with drive letter - try to resolve it on unix by looking for a corresponding mount from fstab or a point under /mnt
set link_target [file join /mnt/$op_drive_letter $tail $suffix_path]
} else {
#leave as is - probably won't resolve correctly but we have no better option
#leave as is except for backslashes converted to forward
#- probably won't resolve correctly unless the unix system has a folder named drive_letter: in the current folder with a copy of the original filestructure.
set link_target [file join $localbase_path $suffix_path]
set link_target [file join $localbase_path $suffix_path]
} else {
set suffix_path [string map {\\ /} $suffix_path]
if {[regexp {([a-zA-Z]):\\(.*)} $localbase_path _match drive_letter tail]} {
set localbase_path [string map {\\ /} $localbase_path]
set tail [string map {\\ /} $tail]
set link_target ""
#shortcut basepath is a windows path with drive letter - try to resolve it on unix by looking for a corresponding mount from fstab or a point under /mnt
set link_target [file join /mnt/$op_drive_letter $tail $suffix_path]
} else {
#leave as is - probably won't resolve correctly but we have no better option
#leave as is except for backslashes converted to forward
#- probably won't resolve correctly unless the unix system has a folder named drive_letter: in the current folder with a copy of the original filestructure.
set link_target [file join $localbase_path $suffix_path]
set link_target [file join $localbase_path $suffix_path]
} else {
set suffix_path [string map {\\ /} $suffix_path]
if {[regexp {([a-zA-Z]):\\(.*)} $localbase_path _match drive_letter tail]} {
set localbase_path [string map {\\ /} $localbase_path]
set tail [string map {\\ /} $tail]
set link_target ""
#shortcut basepath is a windows path with drive letter - try to resolve it on unix by looking for a corresponding mount from fstab or a point under /mnt
set link_target [file join /mnt/$op_drive_letter $tail $suffix_path]
} else {
#leave as is - probably won't resolve correctly but we have no better option
#leave as is except for backslashes converted to forward
#- probably won't resolve correctly unless the unix system has a folder named drive_letter: in the current folder with a copy of the original filestructure.
set link_target [file join $localbase_path $suffix_path]
set link_target [file join $localbase_path $suffix_path]
} else {
set suffix_path [string map {\\ /} $suffix_path]
if {[regexp {([a-zA-Z]):\\(.*)} $localbase_path _match drive_letter tail]} {
set localbase_path [string map {\\ /} $localbase_path]
set tail [string map {\\ /} $tail]
set link_target ""
#shortcut basepath is a windows path with drive letter - try to resolve it on unix by looking for a corresponding mount from fstab or a point under /mnt
set link_target [file join /mnt/$op_drive_letter $tail $suffix_path]
} else {
#leave as is - probably won't resolve correctly but we have no better option
#leave as is except for backslashes converted to forward
#- probably won't resolve correctly unless the unix system has a folder named drive_letter: in the current folder with a copy of the original filestructure.
set link_target [file join $localbase_path $suffix_path]