Home
last modified time | relevance | path

Searched refs:szFullDestPath (Results 1 – 1 of 1) sorted by relevance

/reactos/base/shell/cmd/
H A Dmove.c93 TCHAR szFullDestPath[MAX_PATH]; in cmd_move() local
312 _tcscpy (szFullDestPath, szDestPath); in cmd_move()
314 if (szFullDestPath[_tcslen(szFullDestPath) - 1] != _T('\\')) in cmd_move()
315 _tcscat (szFullDestPath, _T("\\")); in cmd_move()
316 _tcscat (szFullDestPath, findBuffer.cFileName); in cmd_move()
318 if (IsExistingFile(szFullDestPath) || IsExistingDirectory(szFullDestPath)) in cmd_move()
329 _tcscpy (szFullDestPath, szDestPath); in cmd_move()
349 _tcscpy (szFullDestPath, szDestPath); in cmd_move()
373 nOverwrite = MoveOverwrite (szFullDestPath); in cmd_move()
379 ConOutPrintf (_T("%s => %s "), szSrcPath, szFullDestPath); in cmd_move()
[all …]