1
Is it possible to set a subfolder name to a custom string?
Question asked by Jagambs - 2/6/2017 at 3:40 PM
Unanswered
 I have a repository with folders name in a format like number IDs and I want to replace the ID with the actual Item Name.

Example:
ID       StringValue
---      ------------
001    RootFolder
02      Subfolder

actual path:
"~/001/02/"

desired path:
"~/RootFolder/Subfolder/"

I just want the client side of FileUltimate to show the desired path and keep the IDs on my repository.

Reply to Thread