CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 创建文件

搜索资源列表

  1. create

    0下载:
  2. 创建文件夹 自动创建你想要的文件夹个数 名字-Create folders automatically create the file you want to clip the number of name
  3. 所属分类:File Operate

    • 发布日期:2017-11-17
    • 文件大小:38896
    • 提供者:钟文锋
  1. vccredoc

    0下载:
  2. 本源码实现让VC.net应用程序启动时禁止自动创建新文档,VC++6.0可能不能打开本程序,这是一个vc++.NET项目源码,主要功能是实现在VC.NET的应用程序启动时不自动创建文档,禁止创建文件,VC.NET源码示例,欢迎下载源码。-The source let VC.net application to automatically create a new document startup prohibited the, VC++6.0 may not be able to open th
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:543496
    • 提供者:Wei
  1. vcfiles

    1下载:
  2. 20多个VC文件操作实例源码. 查找文件、创建文件、创建目录、复制文件、文件信息、删除文件、移动文件、重命名文件、读取文件等操作。-More than 20 VC file manipulation source code examples to find files, create files, create directories, copy files, file information, delete files, move files, rename files, read the
  3. 所属分类:File Operate

    • 发布日期:2016-03-13
    • 文件大小:293888
    • 提供者:dfgk
  1. UseDirectory

    0下载:
  2.  使用C#怎么创建文件和文件夹?这是一个完整的源码实例,你只需在文本框中输入文件夹的路径和名称,点击“创建”按钮,即可创建一个文件夹,程序的实现过程:判断输入的文件夹名称是否为空,然后使用Directory类的Exists方法判断要创建的文件夹是否存在,再使用Directory类的CreateDirectory方法创建文件夹,最后给出创建成功的提示。这是一个适合C#新手参考的基础FSO操作实例。-Using C# how to create files and folders? This is
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-09
    • 文件大小:15937
    • 提供者:李有才
  1. file-management-experiment

    0下载:
  2. 操作系统文件管理实验:利用交互式命令实现树型目录结构和文件管理,同时利用位示图表示外存的分配情况,新建文件时分配必要的空间,模拟文件分配表记录文件在外存上的存储方式。了解系统对文件的操作。 在文件中保存目录内容,创建文件或子目录可以用命令行命令:MD、CD、RD、MK(创建文件)、DEL(删除文件)和DIR-Operating system file management experiment: the use of interactive command tree directory st
  3. 所属分类:OS Develop

    • 发布日期:2017-11-02
    • 文件大小:4858
    • 提供者:金旭斌
  1. UseDirectory

    0下载:
  2. 使用C#怎么创建文件和文件夹?这是一个完整的源码实例,你只需在文本框中输入文件夹的路径和名称,点击“创建”按钮,即可创建一个文件夹,程序的实现过程:判断输入的文件夹名称是否为空,然后使用Directory类的Exists方法判断要创建的文件夹是否存在,再使用Directory类的CreateDirectory方法创建文件夹,最后给出创建成功的提示。这是一个适合C#新手参考的基础FSO操作实例。-Using C# how to create files and folders? This is a
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:13078
    • 提供者:hpudn81
  1. combine

    0下载:
  2. 创建文件,并拷贝老文件里的内容,组合成一个新文件-Create a file and copy the contents of the old file, combined into a new file
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:12422
    • 提供者:陈波
  1. TestPoint

    0下载:
  2. view界面无图像 创建文件夹和文件 对其进行读写。-The view interface No image to create folders and files to be read or written.
  3. 所属分类:iPhone

    • 发布日期:2017-11-14
    • 文件大小:34951
    • 提供者:eqdsa
  1. FileOp

    0下载:
  2. VS2008下实现简单的创建文件及里面的内容及读取文件,win32控制台程序-VS2008 create simple documents and inside and read documents, win32 console application
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1434245
    • 提供者:杨涛
  1. unix

    0下载:
  2. unix下实现在系统下创建文件,修改文件,识别文件的基本指令-unix basic instructions to create a file system, modify the file to identify the file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:1681
    • 提供者:王哥
  1. Basic-file-operations

    0下载:
  2. 实现基本的文件操作,比如重命名文件,删除文件,创建文件等;-Basic file operations, such as rename files, delete files, create a file, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:916
    • 提供者:chihliang
  1. testFile

    0下载:
  2. 在eclipse平台下创建文件夹并写入文件夹内容-Create folders and write the contents of a folder in the Eclipse platform
  3. 所属分类:android

    • 发布日期:2017-11-13
    • 文件大小:1020350
    • 提供者:刘铭
  1. CopyFlies

    1下载:
  2. 复制文件夹内的所有文件,支持定时复制,和按日期创建文件夹-Copy all files within the folder, supports timer copy, and create folders by date
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-21
    • 文件大小:14579
    • 提供者:天山雪
  1. code

    0下载:
  2. 远程连接服务器电脑,并在服务器电脑创建文件夹,并从本地拷贝一份文件到服务器上新建的文件夹中-Remotely connect to the server computer and create a folder on the server computer, and a copy of the file from the local to the server on the new folder
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:58690
    • 提供者:
  1. IBM-AIX

    0下载:
  2. 在AIX下通过编程实现批量创建文件目录,以及判断奇偶数的程序。 即编写脚本在指定目录下创建文件。-Under AIX created by programming batch file directory, as well as determine the parity procedures. That is scr ipted to create a file in the specified directory.
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1074
    • 提供者:dxin jin
  1. chuangjianwenjian

    0下载:
  2. 创建文件夹的小程序,连续创建多个文件夹的方法-Create a folder of small programs, continuous method to create multiple folders
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:157687
    • 提供者:韦富文
  1. CreateFile

    0下载:
  2. 创建文件 并修改文件的 相关属性 时间等-Create a file and modify file attributes associated time
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-22
    • 文件大小:889190
    • 提供者:乐乐
  1. ftphelper

    0下载:
  2. 实现文件上传到ftp,并能下载,创建文件夹,删除文件-File upload to ftp, and can download, create folders, delete files
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:2353
    • 提供者:ekko
  1. GPIBPPssss

    0下载:
  2. VC开发的GPIB 控制仪器源代码 创建文件夹 测试结果写入LOG 文档-VC developed GPIB instrument control source code to create a folder test results are written LOG document
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:7110522
    • 提供者:seven
  1. FolderManager

    0下载:
  2. 非常好用的文件夹操作类,包括:创建文件夹,创建新文件,查询文件,复制文件,删除文件等-It is a class of folder manager, and it is helpful.
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:1948
    • 提供者:wangcheng
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com