Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhas277
Creator
Creator

qvd creation time

Hi experts,

let us assume i have qvd that is stored in one path. now i want load that path by using inline and find the qvd name and qvd creation time.

see this

load * inline

[

path

E:\QV

];

using this i want to know creating time and that qvd name.

Regards,

prabhas

2 Replies
arthur_dom
Creator III
Creator III

you want to list all archives on a folder, with name, date of creation?

You could try something like:

table:

load

distinct

filename(), filetime(), filesize() from e:\qv\* (txt);

Not applicable

Hi Prabhas,

Try these functions,

filepath() : To fetch the path of the Table file

QvdCreateTime() : to fetch the Qvd Creation Time.

QvdTableName() :to fetch the name of the table contain in QVD.

Regards

Harsha Nandan