DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


FileExists

Declaration: FileExists(FName: string): boolean;
Tests whether the file specified by the parameter FName exists. The parameter FName must be a fully qualified file path. If the specified file exists the function FileExists returns a TRUE value.