See More

--------------------------- FileSystem | --------------------------- # Îļ¯ÏµÍ³Àà # ¹¹½¨·½Ê½ FileSystem fileSystem = FileSystems.getDefault(); * ͨ¹ý FileSystems ¹¤³§»ñÈ¡ FileSystem newFileSystem(Path path, ClassLoader loader); * ͨ¹ý FileSystems ¸ù¾ÝÖ¸¶¨µÄ path ´´½¨ÐµÄÎļþϵͳ FileSystem getFileSystem(); * ͨ¹ý path ʵÀý»ñÈ¡ --------------------------- FileSystem-ʵÀý·½·¨ | --------------------------- Iterable getRootDirectories(); * »ñÈ¡¸ù·¾¶µÄ´ÅÅÌ(´ÅÅÌ·ÖÇø) Iterable getFileStores(); * »ñÈ¡¸ù·¾¶µÄ´ÅÅÌ(´ÅÅÌ·ÖÇø) Path getPath(String first, String... more); * ¸ù¾Ý·¾¶,´Óµ±Ç°Îļþϵͳ»ñÈ¡Path¶ÔÏó