Does anybody know if there is a way to somehow specify a folder name inside
my application so that my application would go through that folder and process
some of the files depending on the file's date of creation.
Thank You
Printable View
Does anybody know if there is a way to somehow specify a folder name inside
my application so that my application would go through that folder and process
some of the files depending on the file's date of creation.
Thank You
You need to look at the java.io.File class for this. The only date-related
method I can see in it is lastModified().
PC2
ozi <badzako@usa.net> wrote in message news:3a686d9a$1@news.devx.com...
>
> Does anybody know if there is a way to somehow specify a folder name
inside
> my application so that my application would go through that folder and
process
> some of the files depending on the file's date of creation.
>
> Thank You