Track of files ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pankajit09
    Contributor
    • Dec 2006
    • 296

    Track of files ?

    Hello,

    I want the list of all files which have participated in the creation of a dynamic web page.

    How to do that ?
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    check get_included_fi les() and get_required_fi les().

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3
      Thanks mwasif! You learn something new every day.

      Comment

      • pankajit09
        Contributor
        • Dec 2006
        • 296

        #4
        Thanks mwasif !

        Comment

        Working...