Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any simple way to put file names into the text file?
Message
Information générale
Forum:
Windows
Catégorie:
Informatique en général
Divers
Thread ID:
01285227
Message ID:
01285232
Vues:
13
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform