<html><body>Hi All.<br><br>I have an interesting problem.<br><br>I currently have a Windows MDI APP.<br>My app needs to moves some files from one folder to another on a Linux box, and it does this via a SAMBA network share.<br>So, on the main form of my app. I have a button, and when I click onthe button, it moves the files from one folder to another (including sub folders) via a looping routine.<br>IF however I call the same function from from the MDI child, it doesnt work as expected, and removes the files from the source directory, but doesnt put them into the dest. folder.<br>If I loop thru my file move looping function (which uses TSearchRec) it doesnt seem to see the files, only the folders!<br>If I click the button on the main form, suddenly it sees the folders !<br><br>I was hoping someone might be able to help me out with what the hell is going on !<br><br>Jeremy<br></body></html>