List the details of the file SasHtml.htm. The DIR statement changes the directory to myPackage. The LIST statement lists the details of SasHtml.htm.


   dir myPackage;
   list 'sashtml.htm'n/details;
   run;
quit;