Wolfie7873
Technical User
Weird, works when the source file is in the root directory, but not otherwise...
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
String* fname = fd->get_FileName();
FILE* input;
input = fopen ( text, "r" );
if ( input )
// file found
else
// file not found
end if