codice:
Dim strFile As String

  strFile = Dir("PercorsoCartella")
  Do Until Len(strFile) = 0
    MsgBox strFile
    strFile = Dir()
  Loop