- 资源介绍
资源名称: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
资源截图:
猜你喜欢
-
AngularJS学习_前端开发教程
2020-07-23 -
Ja vaSc ript.DOM编程艺术(第2版)_前端开发教程
2020-07-22 -
HTML 5参考手册 chm格式_前端开发教程
2020-07-21 -
Node.js入门经典 中文pdf_前端开发教程
2020-07-21 -
jQuery实战(第三版)_前端开发教程
2020-07-23 -
HTML5基础知识 核心技术与前沿案例_前端开发教程
2020-07-22 -
Dreamweaver详解视频教程_前端开发教程
2020-07-23 -
Jquery flexigrid使用 中文_前端开发教程
2020-07-21 -
jQuery与jQuery Mobile开发完全技术宝典_前端开发教程
2020-07-22 -
Ja vaSc ript原生数组函数探索 WORD版_前端开发教程
2020-07-21
-
精通AngularJS 中文_前端开发教程
2020-07-21 -
jQuery API 3.2.1 中文手册 chm_前端开发教程
2020-07-21 -
WEB前端开发第二期基础班_前端开发教程
2020-07-22 -
基于AngularJS的企业软件前端架构_前端开发教程
2020-07-21 -
jquery上传插件Uploadify3.2 中文参考手册 PDF_前端开发教程
2020-07-21 -
Ajax高级程序设计 中文_前端开发教程
2020-07-21 -
Ext JS源码分析与开发实例宝典_前端开发教程
2020-07-22 -
React Native入门与实战 + 源码_前端开发教程
2020-07-23 -
多维前端架构设计_前端开发教程
2020-07-22 -
javascript高级程序设计(第3版) 英文pdf_前端开发教程
2020-07-21
猜你在找
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
源码库 » javascript文件对象 javascript File object 英文pdf_前端开发教程