Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any simple way to put file names into the text file?
Message
General information
Forum:
Windows
Category:
Computing in general
Miscellaneous
Thread ID:
01285227
Message ID:
01285232
Views:
12
>Hi everybody,
>
>I'd like to put names of recently modified files from several directories into some text file.
>
>Writting this kind of program in VFP would be an easy task. In .NET would be a bit more complex.
>
>But may be there is some already built in way in Windows XP?

Not built in way in XP but built in way is DOS :)

dir *.* > myfile.txt

If you want more control over the content piped to the text file just check out help for dir (dir /?)

It might actually be easier to write the code you seek in C# than VFP, it definately is not more complex.
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform