I have a relative path
$base_path = \"input/myMock.TGZ\";
myMock.TGZ is the file name located in input folder. The filenam
myMock.TGZ
You can use: if(-e $base_path)
if(-e $base_path)