Java IO 學習(二)---各種類的詳細講解

一,File類   1.概念:File 爲文件和目錄路徑名的抽象表示。 抽象路徑名由兩部分組成: 可選系統有關的前綴字符串,如磁盤驅動符:/爲unix根目錄,\爲Windows的根目錄。 零個或多個字符串的序列 2.構造函數 File(File parent, String child) Creates a new File instance from a parent abstract path
相關文章
相關標籤/搜索