登录
首页 » HTML » loaddir

loaddir

于 2016-08-08 发布 文件大小:9KB
0 75
下载积分: 1 下载次数: 1

代码说明:

  1、列出目录下的文件夹和文件,以文件夹在前,文件在后的方式显示 2、可以打开目录进入二级或N级目录 3、可以删除文件及文件夹 4、可以移动文件,如果指定文件夹不存在,将会被创建 (1 Lists folders and files under the directory to the previous folder, file after the display 2, you can open the directory into the secondary or N 3 level directory, you can delete files and folders 4, you can move files, If the specified folder does not exist, it will be created)

文件列表:

200871662312
............\loaddir.php,10434,2008-07-16
............\下载说明.txt,3507,2008-07-17
............\说明.htm,3259,2008-01-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • php上传接口
    【实例简介】 可以实现hash检索后上传文件,支持大文件
    2021-08-22 00:30:59下载
    积分:1
  • server
    一个文件管理系统,服务器端 客户端链接之后便可以运行(A document management system, server-side link and then the client can run)
    2008-07-22 14:17:42下载
    积分:1
  • Sort2
    This file contains a summary of what you will find in each of the files that make up your Sort2 application.
    2008-06-07 21:52:54下载
    积分:1
  • 248547
    设置XP开机画面源码例程,程序演示了修改启动INI文件设置XP开机画面的功能。(Set XP boot screen code samples that demonstrate the program to modify the INI file settings XP startup splash screen functionality.)
    2015-05-08 08:42:28下载
    积分:1
  • fragmenektion__combo
    编写DLL文件,设置动态LOG文件的一个小代码,运行的不错(Write a DLL file, set the dynamic of the LOG file a small code, run well)
    2017-07-26 03:53:02下载
    积分:1
  • changyong
    功能实用功能实用的常用文件的常用文件功能实用的常用文件(no yes)
    2013-04-22 22:06:45下载
    积分:1
  • ConfigINI
    本程序是关于文件的操作源码,用于像ini文件中写入数据(This program is operating on the source file for write data as the ini file)
    2011-06-07 15:17:22下载
    积分:1
  • lrbnnf
    用VC6++对A寻路算法的简单实现,在界面上点击鼠标就行()
    2017-10-30 20:41:03下载
    积分:1
  • php 示例(递归删除目录)
    //递归删除目录function deletedir($dir){$handle = opendir($dir);     while(false !==($file=readdir($handle))){       if($file!=="."&&$file!==".."){       //排除当前目录与父级目录            $file=$dir .DIRECTORY_SEPARATOR. $file;            if(is_dir($file)){                  deletedir($file);            }else{                @unlink($file);}        }     }   @rmdir($dir) ;   closedir($hadnle) ;}
    2014-07-01下载
    积分:1
  • AutoTypeIn
    VB6编写的自动打字文字特效,就是类似在屏幕上打字的效果,文字一个一个出现,可以做字幕,用作软件介绍很不错,程序简洁,适合学习和使用。(VB6 prepared automatically typing text effects, that is, typing on the screen similar to the effect of text appear one by one, they can do subtitles for the software is pretty good introduction, the program is simple and suitable for learning and use.)
    2009-07-12 10:15:38下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 46今日下载