problem with @fileexist
Posted: Mon Apr 20, 2015 11:59 am
Eviews 9, 64-bit, April 3, 2015 build.
I think there might be a minor issue with @fileexist -- if the string argument given ends in .edb it always returns 1. E.g. if I have an empty directory U:\, @fileexist("U:\nothing") will corectly return 0, but @filexist("U:\nothing.edb") will return 1.
I think there might be a minor issue with @fileexist -- if the string argument given ends in .edb it always returns 1. E.g. if I have an empty directory U:\, @fileexist("U:\nothing") will corectly return 0, but @filexist("U:\nothing.edb") will return 1.