CREATE TABLE  filedetails(
     filepath VARCHAR(100) NOT NULL,
     filename VARCHAR(100) NOT NULL,
     description VARCHAR(100) NOT NULL
     );

