Changeset 1554 for trunk/dll/undel.c
- Timestamp:
- Nov 21, 2010, 12:35:35 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/dll/undel.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/undel.c
r1544 r1554 20 20 08 Mar 09 GKY Additional strings move to PCSZs 21 21 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 22 20 Nov 10 GKY Check that pTmpDir IsValid and recreate if not found; Fixes hangs caused 23 by temp file creation failures. 22 24 23 25 ***********************************************************************/ … … 92 94 IncrThreadUsage(); 93 95 WinSendDlgItemMsg(hwnd, UNDEL_LISTBOX, LM_DELETEALL, MPVOID, MPVOID); 96 if (pTmpDir && !IsValidDir(pTmpDir)) 97 DosCreateDir(pTmpDir, 0); 94 98 BldFullPathName(szTempFile, pTmpDir, "$UDELETE.#$#"); 95 99 unlinkf(szTempFile);
Note:
See TracChangeset
for help on using the changeset viewer.
