Re: VF6.6 file process?
在 Sun, 24 Jul 2005 00:45:57 +0800,Wang Jun <daxiawj@xxxxxxxxx> 写道:
Hello, list:
In Windows XP, with Compaq Visual Fotran 6.5, to achieve:
1), to read all the hundreds of files in a directory, e.g. in directory
A
there are hundreds of files, how to read them all in a fortran
program
easily?
2), to read some files in a directory periodically, that is, there will
be some
files creating in certain direcory, their names are like 05072208
or so.
How can I write a program to read those 0506xxxx files every 6
hours?
I'm not familiar with windows programming.
Thank you very much!
1)It is easy.
2)You can write a timer.
.