Added functions to connect to and move files from one site to another

This commit is contained in:
Sébastien QUEROL 2024-03-06 22:54:29 +01:00
parent d03b93e554
commit 6f04ad15ea
2 changed files with 9 additions and 0 deletions

Binary file not shown.

View File

@ -121,3 +121,12 @@ $rsGUI.Dispose()
Exit
#endregion Start Point of Execution
$btn_Start.Add_Click({
connectSP($tbx_SiteURL.Text)
moveSP($tbx_SourceFolderURL.Text,$tbx_TargetFolderURL.Text)
})