move file from one machine to another
-
How do i move file from one machine to another machine in network. I used MoveFileEx but it is not working. I used SHFileOperation but it is not working. both of the function working only in local machine
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
-
How do i move file from one machine to another machine in network. I used MoveFileEx but it is not working. I used SHFileOperation but it is not working. both of the function working only in local machine
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
You must do a copy and delete.
«_Superman_» I love work. It gives me something to do between weekends.
-
How do i move file from one machine to another machine in network. I used MoveFileEx but it is not working. I used SHFileOperation but it is not working. both of the function working only in local machine
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
Mogaambo wrote:
both of the function working only in local machine
Check whether you have permission(access rights) to move the files to remote machine...
-
How do i move file from one machine to another machine in network. I used MoveFileEx but it is not working. I used SHFileOperation but it is not working. both of the function working only in local machine
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
Mogaambo wrote:
I used MoveFileEx but it is not working. I used SHFileOperation but it is not working.
Why not? Have you called
GetLastError()
?"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons