- 资源介绍
资源名称:Javascript文件对象 Javascript File Object 英文pdf文字版
内容简介:
avascript文件对象 Javascript File Object 主要是介绍了javascript中文件的一些操作,学习js操作文件的朋友可以看下。
Javascript File and Folder classes
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开发技术详解(季国飞) PDF_前端开发教程
2020-07-21 -
样式表滤镜中文手册_前端开发教程
2020-07-21 -
Prototype 1.6.0.3 中文参考手册_前端开发教程
2020-07-21 -
英文版的javascript 专业设计教程_前端开发教程
2020-07-21 -
jQuery1.8.3 中文手册 chm正式版(hemin)_前端开发教程
2020-07-21 -
疯狂前端开发讲义 jQuery AngularJS Bootstrap前端开发实战_前端开发教程
2020-07-22 -
javascript基本知识点笔记_前端开发教程
2020-07-21 -
javascript 中文教程 chm_前端开发教程
2020-07-21 -
新手用HTML编写网页容易犯的错误_前端开发教程
2020-07-21 -
Javascript脚本编程视频教程_前端开发教程
2020-07-23
-
深入浅出ES6_前端开发教程
2020-07-22 -
黑客成长日记 PDF_前端开发教程
2020-07-21 -
同构Jav aSc ript应用开发_前端开发教程
2020-07-22 -
JQuery实战VIP视频教程【30讲】_前端开发教程
2020-07-23 -
2016年中国的H5行业发展报告 中文PDF百度网盘下载_前端开发教程
2020-07-21 -
1500个前端开发常用ja<x>vasc<x>ript特效_前端开发教程
2020-07-21 -
程序员常用javascript特效 chm_前端开发教程
2020-07-21 -
SWFobject 2.0 官方文档(中文) PDF_前端开发教程
2020-07-21 -
DIV+CSS 精品模板荟萃_前端开发教程
2020-07-23 -
Ja vasc ript实现Aes加密 中文WORD版_前端开发教程
2020-07-21
猜你在找
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
源码库 » javascript文件对象 javascript File object 英文pdf文_前端开发教程