ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 파일 시스템 - 자바
    Platform/File(장치 IO) 2013. 6. 30. 18:45

    java.io.File

    .length()

    .lastModified()

    .exists()

    .isDirectory()

    .isFile()

    .canRead()

    .canWrite()

    .getPath()

    .getName()

    .getAbsolutePath()

    .getCanonicalPath()

    .getParent()

    .mkDir()

    .renameTo()

    .list()

    .listFiles()


Designed by Tistory.