Hi,
How do i copy/cut a document from one folder to folder location via a shared folder network.
Hi,
How do i copy/cut a document from one folder to folder location via a shared folder network.
Hi sorry to come back again.
How do i check if it has copied the file successful FileCopy ("\\serv\vol1\folder\file.txt", "\\serv\vol2\folder\file.txt")
Hi.
If you simply code the doubleclicked event of a listbox like:
if index > 0 then
messagebox("", text(index))
end if
a messagebox will show you the filename you doubleclicked on.
Andreas.
In addition to this,
is there a way i can see all documents from a folder in powerbuilder.
My objective is to pick a document from a list of documents in folder then copy to another location.
You can use FileCopy and FileMove functions also with shared folder network.