代码搜索:CreatFile
找到约 27 项符合「CreatFile」的源代码
代码结果 27
www.eeworm.com/read/13248/270658
vi creatfile1.vi
www.eeworm.com/read/13248/270659
vi creatfile2.vi
www.eeworm.com/read/103949/15715877
txt 3.txt
FSO中除了可以对驱动器、文件夹的操作以外,功能最强大的就是对文件的操作了。它可以用来记数、内容管理、搜索还可生成动态HTML页面等等。
一、fso.OpenTextFile
无需多说,fso.OpenTextFile就是打开某个文件了,一般情况之下是打开的txt文本文件。所以首先我们先建立一个txt文件,然后通过FSO来读取其中的内容。
1,info.txt
name:cnbru ...
www.eeworm.com/read/420019/10823063
h creat.h
#ifndef CREAT_H_INCLUDED
#define CREAT_H_INCLUDED
#include "shead.h"
void CreatFile();
#endif // CREAT_H_INCLUDED
www.eeworm.com/read/242302/13061353
html 9972.html
Re: 无法从串列埠送出CHR$(128~254)之字元码
Re: 无法从串列埠送出CHR$(128~254)之字元码
www.eeworm.com/read/114100/15101847
html 9972.html
Re: 无法从串列埠送出CHR$(128~254)之字元码
Re: 无法从串列埠送出CHR$(128~254)之字元码
www.eeworm.com/read/192685/8343959
html 9972.html
Re: 无法从串列埠送出CHR$(128~254)之字元码
Re: 无法从串列埠送出CHR$(128~254)之字元码
www.eeworm.com/read/184028/9125796
c creat.c
#ifndef CREATFILE
#define CREATFILE
#include
#include "shead.h"
/*创建用户信息*/
void CreatFile()
{
FILE *fp=NULL;
candidate Show;
candidate TempS;
char DataFile[10]="houshuan";/*
www.eeworm.com/read/287477/8685301
c creat.c
#ifndef CREATFILE
#define CREATFILE
#include
#include "e:\vot\shead.h"
/*创建用户信息*/
void CreatFile()
{
FILE *fp=NULL;
candidate Show;
candidate TempS;
char DataFile[40]="e:\\vo
www.eeworm.com/read/258097/11886243
h hdd_fs.h
/*=================================================================
hdd_info.h: Header for Some FileSystem Info Function for HDD
2002-04-28 10:00AM Created by Verdure
2002-06-12 08:42AM