Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to load only the timestamps of all the files present in a folder without loading it's data?
LOAD filetime() As Ts
FROM
(ooxml, embedded labels, table is Sheet1) Where RecNo() < 2 ;
LOAD DISTINCT
Filename() as Filename,
Filetime() as Filetime
FROM path\*.*;
This is not correct, please check reply from Marco.
Peter