📄 tsld091.htm
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -