본문 바로가기

프로그래밍/C,C++

[C++] MoveFileEx

1
2
3
4
5
BOOL MoveFileExA(
  LPCSTR lpExistingFileName,
  LPCSTR lpNewFileName,
  DWORD  dwFlags
);
cs

 

Parameters

 

lpExistingFileName

- 기존 경로

 

lpNewFileName

- 새 경로

- NULL을 입력하면 기존경로의 파일이 삭제된다.

 

dwFlags