- 资源介绍
资源名称:Javascript文件对象 Javascript File Object 英文pdf
To create a File or Folder object, use the corresponding File() and Folder() functions. You can also create them with the new operator if you like; both ways of calling File() or Folder() return a new object. The constructor accepts full or partial path
names. In any case, the path stored internally is an absolute, full path name, so a File or Folder object, once created, always points to a fixed location of the disk. If you do not supply a file or folder name, a temporary name is generated.
The Folder object supports file system functionality like walking directories, creating, renaming or removing files, or resolving file aliases. The File supports I/O functions to read or write files. Programmers implementing the object can choose to limit the functionality of the object by setting a combination of security flags.
File and Folder objects can be used at any place where a path name is required; its conversion to a string (the toString() method) returns the name as supplied to the constructor. If you need the operating system specific file name, use the fsName property.
When you create two File objects that refer to the same disk file, they are treated as distinct objects. If you open one of the File objects for I/O, the operating system may inhibit access to the opened File object from the other File object.
There are several methods to distinguish between a File and a Folder
资源截图:
猜你喜欢
-
JQuery 1.4.2 API 帮助文档简体中文chm版_前端开发教程
2020-07-21 -
前端 js html css 基础教程_前端开发教程
2020-07-23 -
Ext API参考及常用实例演示_前端开发教程
2020-07-21 -
javascript面向对象编程_前端开发教程
2020-07-21 -
React Native入门与实战 + 源码_前端开发教程
2020-07-23 -
AngularJS即学即用 中文pdf_前端开发教程
2020-07-21 -
web前端技术汇总_前端开发教程
2020-07-21 -
新版 HTML的设计与应用_前端开发教程
2020-07-23 -
jquery插件特效 中文_前端开发教程
2020-07-21 -
Highcharts配置手册 中文WORD版_前端开发教程
2020-07-21
-
Jsc ript 8.0 语言参考手册_前端开发教程
2020-07-21 -
妙味课堂javascript问题解答视频课程【27讲】_前端开发教程
2020-07-23 -
尚硅谷公开课第23季-轻松搞定毕业设计_前端开发教程
2020-07-23 -
Javascript入门基础知识_前端开发教程
2020-07-23 -
实战 Dojo工具包 教程 pdf_前端开发教程
2020-07-21 -
Backbonejs入门教程 (第二版) 中文PDF_前端开发教程
2020-07-21 -
Javscript与HTML实用教程_前端开发教程
2020-07-21 -
jQuery高級編程_前端开发教程
2020-07-22 -
完美网页设计CSS快速参考 中文chm_前端开发教程
2020-07-21 -
javascript与OOP js面向对象教程_前端开发教程
2020-07-21
猜你在找
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
源码库 » javascript文件对象 javascript File object 英文pdf_前端开发教程