PDA

View Full Version : Find.File - finding the size of the table


Moiz Palaci
11-07-2005, 04:11 PM
How do I find how many files have I using

Find.File

can you give e the code to find the last file "n" of the result found?

result[n]

Thank you

TJ_Tigger
11-07-2005, 06:35 PM
result[Table.Count(result)]

Tigg