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:
01285238
Views:
19
>>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.

Thanks a lot.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform