3 Replies Latest reply on Jun 11, 2008 10:05 AM by kevinzhenyuhu

    How to get the real path in SEAM?

    kevinzhenyuhu

      Does anyone know how can I get the current real path in SEAM? I want to read a file from web resource.


      In strtus, there is a way to get the real path:


      getServlet().getServletContext().getRealPath("")



      What about in SEAM?