您现在的位置是:网站首页> 资源下载资源下载
javascript文件对象 javascript File object 英文pdf文_前端开发教程
2020-11-07 1853人已围观
简介
资源名称: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 easyui 使用说明 中文PDF版_前端开发教程
- javascript基本知识点笔记 WORD文档_前端开发教程
- AngularJS最常用的八种功能 中文WORD版_前端开发教程
- 51obj出品的jQuery 入门学习教程(笔记)_前端开发教程
- jQuery 中文手册 1.11.1_前端开发教程
- javascript 秘密花园 PDF和HTML 教程 中文版_前端开发教程
- Dom文档对象模型手册(CHM版)_前端开发教程
- 使用javascript实现下拉框的动态控制_前端开发教程
- YAML 参考手册 英文版_前端开发教程
- jquery1.7 中文手册 CHM文档(附jquery1.82 chm手册)_前端开发教程