다음 코드로 디렉토리를 만들려고합니다.
Dir.mkdir("/Users/Luigi/Desktop/Survey_Final/Archived/Survey/test")
unless File.exists?("/Users/Luigi/Desktop/Survey_Final/Archived/Survey/test")
그러나이 오류가 발생합니다.
해당 파일 또는 디렉토리가 없습니다-/ Users / Luigi / Desktop / Survey_Final / Archived / Survey / test (Errno :: ENOENT)
Dir.mkdir
위 의 명령문 으로이 디렉토리가 작성되지 않는 이유는 무엇 입니까?
File.exists?()
파일과 폴더에서 작동합니다. 차이점을 모릅니다.