Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am novice to qlivkview. I am loading the files from SharePoint after the load I have to move those files into another sharepoint location.
can you please share any ideas or script to move those files from sharepoint to another location.
Thanks
Regards
Ramu
are these files on file system?
if yes you can use the execute with move command
execute cmd.exe /c move "C:\OldLocation\SharePointFile.txt" "C:\NewLocation\"