Re: Getting directory contests using DIR



The idea is to speed it up, when e.g. as now, reading that 126 times,
it becomes slow.
The idea is to create this file, and check the time for it. When it is
"new", I can use it for checking whether certain files are presnt, and
run the dir only once.
It is much faster to read in a txt file than running the opendir
request again.

Current I run it 126 with the present values - orders. They might
change, but since a large amount of those are similar, they might be in
the same places.

Anyway, I found that a small test programme with this works, while a my
current software does not like it, and stops at that point.

BR
Sonnich

Michael Cooney wrote:
Don't execute shell commands to do this. In PHP5 use
http://php.net/scandir, in PHP4 use http://php.net/readdir.

Sonnich wrote:
Hi all

I was wondering to try something like this:

exec("dir \"".$sSearchPath."\\*.pdf\" >c:\hhh.txt");

though, it hangs at that point. I tried system(), shell_exec/() etc
similar result.

Have anyone tried this?

S

.



Relevant Pages

  • Re: What is this bus driver doing?
    ... cash, has a lot to be said for it. ... Reading Buses and Thamesdown in Swindon, ... smartcards and other via mag strip cards. ... Some stops in Reading also have ticket machines at the stop, ...
    (uk.transport.buses)
  • Re: When is the FTP version available?
    ... houghi wrote: ... even better would be to change the algorithm so it stops ... >> reading the file after a match, or when there's no more headers. ...
    (alt.os.linux.suse)
  • Re: # characters are breaking my regexp
    ... the '#' character is breaking them - basically it just stops ... reading the string as soon as it gets to a #: ...
    (comp.lang.ruby)
  • Re: # characters are breaking my regexp
    ... the '#' character is breaking them - basically it just stops ... reading the string as soon as it gets to a #: ...
    (comp.lang.ruby)
  • Re: When is the FTP version available?
    ... sed is probably faster than awk: ... even better would be to change the algorithm so it stops ... reading the file after a match, or when there's no more headers. ...
    (alt.os.linux.suse)