Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have to copy (tFileCopy) files to directories but I only know the 5 first characters of directories names.
context.path_10000 + "/" + (globalMap.get("no_bon_commande")
My "no_bon_commande" is like "22345" and directory name can be "22345 - General folder for XXXX")
What do I have to add to copy to the final directory? I tried left ("no_bon_commande),5), etc.... without succes
Thank you
Martin