Changeset 71
- Timestamp:
- 10/27/2007 7:03:21 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/Launcher/Launcher.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Launcher/Launcher.cpp
r62 r71 208 208 if (_stricmp(szFS, "NTFS") == 0) 209 209 { 210 straDrives.Add(lstraDrives[iSize]+ "RECYCLER\\NPROTECT"); 211 straDrives.Add(lstraDrives[iSize] + "$Recycle.Bin\\"); 212 straDrives.Add(lstraDrives[iSize] + "$Recycle.Bin\\NPROTECT"); 210 straDrives.Add(lstraDrives[iSize]+ "RECYCLER\\NPROTECT"); 213 211 if (!strSID.IsEmpty()) 214 {215 //straDrives.SetAt(iSize, straDrives[iSize] + "RECYCLER\\" + strSID); 212 { 213 //straDrives.SetAt(iSize, straDrives[iSize] + "RECYCLER\\" + strSID); 216 214 straDrives.Add(lstraDrives[iSize] + "RECYCLER\\" + strSID); 217 215 straDrives.Add(lstraDrives[iSize] + "$Recycle.Bin\\" + strSID); 218 }216 } 219 217 else 220 {218 { 221 219 //straDrives.SetAt(iSize, straDrives[iSize] + "RECYCLER"); 222 220 straDrives.Add(lstraDrives[iSize] + "RECYCLER"); 223 221 straDrives.Add(lstraDrives[iSize] + "$Recycle.Bin\\"); 224 }222 } 225 223 } 226 224 else … … 257 255 dwAttributes = GetFileAttributes((LPCTSTR)straDrives[iSize]); 258 256 259 if (dwAttributes != (DWORD) -1 && dwAttributes & FILE_ATTRIBUTE_SYSTEM)257 if (dwAttributes != (DWORD) -1 && (dwAttributes & FILE_ATTRIBUTE_SYSTEM)) 260 258 { 261 strTemp = straDrives[iSize];262 263 259 ParseRecycledDirectory(strTemp, 264 260 saRecycled,
Note: See TracChangeset
for help on using the changeset viewer.
