Hello
I am trying to download a folder structure, in this structure are shortcuts to other folders, how can i get to the original Folder?
I can check the displaytype which then is "Shortcut" but how do I access the original Node?
Cheers
In basic psuedo-code:
$shortcutid = 76027
$shortcut = $docman.getnode($shortcutid) $folder = $docman.getnode($shortcut.referenceinfo.originalid)
Dave