VirtualFile.getChildren()
이는 순환 심볼릭 링크를 반복 처리할 때 무한 루프를 야기할 수 있습니다. 대신 VfsUtilCore.visitChildrenRecursively()를 사용하세요.
VfsUtilCore.visitChildrenRecursively()