Code evalution.
Now it's possible the deleting files and folders on both sides (local and remote).


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@434 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb_win32/FolderManager.cxx b/rfb_win32/FolderManager.cxx
index cbae7d9..06daf31 100644
--- a/rfb_win32/FolderManager.cxx
+++ b/rfb_win32/FolderManager.cxx
@@ -195,7 +195,7 @@
   SetErrorMode(0);
   if (hFile != INVALID_HANDLE_VALUE) {
     FindClose(hFile);
-    strcpy(pFIStruct->name, FindFileData.cFileName);
+    strcpy(pFIStruct->name, pFullPath);
     pFIStruct->info.data = getTime70(FindFileData.ftLastWriteTime);
     if (FindFileData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {	
       pFIStruct->info.size = 0;