- 资源介绍
资源名称: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
资源截图:
猜你喜欢
-
javascript编程全解_前端开发教程
2020-07-23 -
ASP基础简明教程 CHM格式电子书_前端开发教程
2020-07-21 -
html+css+javascript 中文PPT版_前端开发教程
2020-07-21 -
使用AngularJS开发下一代WEB应用_前端开发教程
2020-07-21 -
AngularJS前端框架特性介绍 WORD版_前端开发教程
2020-07-21 -
移动web前端高效开发实战_前端开发教程
2020-07-23 -
ja vasc ript语言精粹_前端开发教程
2020-07-22 -
CSS实战手册 第二版_前端开发教程
2020-07-22 -
网页制作常见问题_前端开发教程
2020-07-21 -
网页特效集锦实例集_前端开发教程
2020-07-21
-
javascript入门经典(第4版) 中文PDF_前端开发教程
2020-07-21 -
JAVA WEB 开发详解_前端开发教程
2020-07-22 -
WebKit技术内幕 (朱永盛) pdf_前端开发教程
2020-07-21 -
Node与Express开发 中文pdf_前端开发教程
2020-07-21 -
maven创建web项目教程 中文_前端开发教程
2020-07-21 -
javascript高级程序设计 中文pdf_前端开发教程
2020-07-21 -
ja vasc ript和jQuery实战手册 原书第3版_前端开发教程
2020-07-22 -
ZK开发手册_前端开发教程
2020-07-21 -
jQuery高級編程_前端开发教程
2020-07-22 -
【动力节点】jquery高清视频教程_前端开发教程
2020-07-23
猜你在找
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
源码资源库 » javascript文件对象 javascript File object 英文pdf文_前端开发教程