WindowsApi:RemoveDirectory
폴더삭제.
Syntax
Remarks
The RemoveDirectory function marks a directory for deletion on close. Therefore, the directory is not removed until the last handle to the directory is closed.
To recursively delete the files in a directory, use the SHFileOperation function.
See also
Favorite site
- [https://msdn.microsoft.com/ko-kr/library/windows/desktop/aa365488(v=vs.85.aspx MSDN: RemoveDirectory function]