I need file copy example but copying on progress bar ı want show progress bar when copy started
Sry for my bad english
Professional Software Development Tools
I need file copy example but copying on progress bar ı want show progress bar when copy started
Sry for my bad english
Code:01 Progress.SetVisible( "Progress1", true) 02 03 function CopyCallback(a,b,c,d,e) 04 Progress.StepIt( "Progress1") 05 return true 06 end 07 08 File.Copy(sSource, sDestination, bRecurse, bOverwrite, bAbortonfail, bHidden, CopyCallback)
Just what was needed and working properly
or just:
StatusDlg.Show();
and here the File.Copy action
StatusDlg.Hide();
it's a build in function for file copy