Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
marcel_olmo
Partner Ambassador
Partner Ambassador

How could I check if a file exist with relative path?

Hi guys,

I know that if you write this sentence :

 

LET vListqvdexists=isnull(QvdCreateTime('File.qvd'));

It will get what I want, but the path of File.qvd is dynamic and I have to put it inside exactly. If I write "..\File.qvd" it doesn't work.

What should I do?

 

Regards, Marcel.

Labels (3)
1 Solution

Accepted Solutions
Gysbert_Wassenaar

Relative paths in the QVDCreateTime function for just fine for me. Make sure your relative path is the correct one.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Relative paths in the QVDCreateTime function for just fine for me. Make sure your relative path is the correct one.


talk is cheap, supply exceeds demand
marcel_olmo
Partner Ambassador
Partner Ambassador
Author

Thanks Gysbert, I didn't do it properly.