Jump to content

Recommended Posts

Posted

Suppose I have following files.

c:\temp\aaa.txt

c:\temp\fldb\bbb.txt

c:\temp\fldc\ccc.txt

c:\temp\fldc\ccc.err

Is there any single function to find files (*.txt) in TEMP directory and TEMP's sub-directory?

I expect that following files could be found. (In looping, or in an array)

aaa.txt (c:\temp\aaa.txt)

bbb.txt (c:\temp\fldb\bbb.txt)

ccc.txt (c:\temp\fldc\ccc.txt)

Thanks in Advance.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...