Files

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I need to find all .js (Javascript files = Text file) files under two
given directories, A and B, merge all files and then apply a class
method I created to the content of this large file.

How can I do this?

Thanks,
Miguel
 
shapper said:
Hello,

I need to find all .js (Javascript files = Text file) files under two
given directories, A and B, merge all files and then apply a class
method I created to the content of this large file.

How can I do this?

Thanks,
Miguel

Use the Directory and File classes. They have static methods for finding,
reading and creating files.
 
Back
Top