Micro Focus QTP (UFT) Forums
VB Script code to copy files to ALM server resources - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Regular Expressions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Regular-Expressions)
+--- Thread: VB Script code to copy files to ALM server resources (/Thread-VB-Script-code-to-copy-files-to-ALM-server-resources)



VB Script code to copy files to ALM server resources - wittyminds - 04-02-2019

I have files in my local folder, where i am running UFT framework client (VB Script).
I am updating few files and then i want it to upload to ALM resources folder.
Please help me with the API which i can use from VB script to upload files to ALM server.

ALM resources to local machine download is possible as of now using :-

ALM Location - [ALM\Resources]  Resources\Test\TestResources  
Local location- localAutomationDir = filesys.GetSpecialFolder(2) & "\testfiles"

Please help in API in vb script which copies back folder or files to ALM resources.