GetFileName
GetFileName(FileName As String, Index As Integer[, Directory As Boolean]) As Boolean
Get in <FileName> the name of the file (or directory if <Directory> is TRUE) at the index <Index> in the file (or directory) list enumerated by the function Enumerate. <Directory> is FALSE by default.