A File Manager with stunning design & astonishing develops, beautifully written in PHP, everything fused in a single file.
explorer.php
to the Root Folder on your Web ServerOptional: You may rename it to index.php
, you know what i meant for.
localhost
)Browser | Support |
---|---|
Safari |
|
Firefox |
|
Chrome |
|
Opera |
|
IE |
|
Responsive |
|
If you are thinking some good stuff/functionality that can be baked in the File Explorer. Drop your the great ideas here.
If you find anything weird with File Explorer, please let us know using the GitHub Issues.
File Explorer is developed by webcdn with help from the awesome contributors.
If this projects helps you, You can give us a cup of coffee
MIT License
问题如图, 根据描述时缺少仓库描述文件字段什么的。 如果只是在本机上开发可以在 package,json 文件中加入以下字段, { . . . "private": true . . . } 再次安装时即不会出现此问题
File An API to read, write and navigate file system hierarchies, based on the W3C File API. Objects DirectoryEntry DirectoryReader File FileEntry FileError FileReader FileSystem FileTransfer FileTrans
fis.file~ File new File(propsopt) File,fis 编译过程中,文件会被此类进行封装,对于文件的操作,都是通过此类来完成。 Parameters: Name Type Attributes Description path... String 文件路径,可以作为多个参数输入,多个参数会被 / 串联起来。 props Object <optional> 可以默认给文
fis. file 用来创建 File 对象, 更多细节请查看 File 说明。 var file = fis.file(root, 'static/xxx.js'); Source: file.js, line 690 See: File 类说明 Classes File Members (static) wrap 用来包裹文件,输入可以是路径也可以是文件对象,输出统一为文件对象。 Source
文件操作. 支持 安装 $ npm install universal-file --save 方法 getInfo(options) 获取文件信息。 参数 属性 类型 默认值 必选 描述 支持 filePath String √ 文件路径 digestAlgorithm String md5 x 摘要算法,支持 md5 和 sha1 getSavedInfo(options) 获取保存的文件信息
This plugin implements a File API allowing read/write access to files residing on the device. This plugin is based on several specs, including : The HTML5 File API http://www.w3.org/TR/FileAPI/ The (n
类名: Imi\Util\File 文件相关工具类 方法 enum 方法返回一个迭代器对象。 // 枚举当前目录及所有子目录中的文件,不包含.和.. foreach(File::enum(__DIR__) as $fileName) { echo (string)$fileName, PHP_EOL; } enumPHPFile 方法返回一个迭代器对象。 // 枚举当前目录及所有子目录中