1. File searching made easy.

------=_NextPart_000_0031_01BEA014.4F0880E0
        charset="iso-8859-1"

    Euphoria's dir() function which is found in file.e will return
information about the directory that you send it.  I have created dir_r()
it returns information very similiar to dir() but searches directories
recursively.

dir("C:\\*.ini") works like "dir C:\*.*" and will return -1 on most machines
BUT
dir_r("c:\\*.ini") works like "dir /s C:\*.*" and will located the ini files
in the windows Directory as well as any other place that the exist on that
machines "C:".


if this interests you then
  Go to the Euphoria Files section of my homepage to get dir_r.zip
  http://www.cdc.net/~lhilley
end if

Any and all comments are both appreciated and desired.

        Lucius L. Hilley III
        Hollow Horse Software
        ICQ: 9638898
        AIM: LLHIII


------=_NextPart_000_0031_01BEA014.4F0880E0
        name="Lucius L. Hilley III.vcf"

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu