임시폴더생성 api 추가

This commit is contained in:
2026-02-12 17:43:41 +09:00
parent 0c0ae16c2b
commit 6a939118ff
2 changed files with 3 additions and 4 deletions

View File

@@ -71,7 +71,6 @@ public class TmpDatasetService {
Path dst = tmp.resolve(type).resolve(part).resolve(dstName);
try {
// ✅ 덮어쓰기
if (Files.exists(dst) || Files.isSymbolicLink(dst)) {
Files.delete(dst);
log.debug("deleted existing: {}", dst);