tsld091.htm

来自「an excellent java tutorial for the ones 」· HTM 代码 · 共 33 行

HTM
33
字号

<HTML>

<HEAD>
<META HTTP-EQUIV="Context-Type" CONTEXT="text/html;charset=windows-1252">
<meta name="GENERATOR" content="Microsoft Internet Assistant for PowerPoint 97">
 <TITLE>java.io.File</TITLE> 
</HEAD>

<BODY     >

 <H1>java.io.File</H1> 
 <P><UL>
<LI> Platform independent definition of file and directory names. 
</UL><UL>
<LI> Has methods to operate and query files and directories. 
</UL><UL>
<LI> Constants to represent platform separators: 
</UL><UL>
     directory 
</UL><UL>
          UNIX has / and DOS \ 
</UL><UL>
     path 
</UL><UL>
          UNIX has : and DOS has ; 
</UL><UL>

</UL><UL>
<LI> Creating a new File Object :
<UL>
File myFile
<BR><BR>myFile = new File(搕est.dat

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?