NodeUtilsFsResetDirSync()On this pageResetDirSync()주어진 경로에 해당하는 디렉터리를 재설정하는 함수입니다. 주어진 경로의 디렉터리를 먼저 재귀적으로 제거한 후, 새로운 디렉터리를 생성합니다. Signature resetDirSync: (path: string) => void Parameters ParameterTypeDescriptionpathstring디렉터리를 재설정할 경로 Returns void