Récupérer le nom des fichiers d'un répertoire - Delphi/Pascal - Programmation
Marsh Posté le 14-05-2003 à 03:10:31
FindFirst -> F1
T'as un exemple bien documenté
Citation : The following example uses an edit control, a button, a string grid, and seven check boxes. The check boxes correspond to the seven possible file attributes. When the button is clicked, the path specified in the edit control is searched for files matching the checked file attributes. The names and sizes of the matching files are inserted into the string grid. |
Marsh Posté le 13-05-2003 à 18:07:27
Je souhaiterais scanner un répertoire et récupérer tous les noms des fichiers contenus dans celui-ci.
Merci d'avance de votre aide.