Example #1
0
 public String getResourcePath(String fileName)
 {
     try
     {
         return(TestFileHelper.getRootResourcePath() + "/template/" + fileName);
     }
     catch (FileNotFoundException e)
     {
         Trace.WriteLine(e);
     }
     return(null);
 }