Re: WOImage: Load Any image with certain prefix...
Re: WOImage: Load Any image with certain prefix...
- Subject: Re: WOImage: Load Any image with certain prefix...
- From: Sacha Mallais <email@hidden>
- Date: Thu, 30 Jun 2005 11:32:19 -0700
On Jun 30, 2005, at 11:20 AM, Nathan Walker wrote:
You mean searching the directory?
Globbing is the unix term for changing a path with wildcards into the
set of file names that it represents.
Is there an easy way to do this without having to access command
line tools such as "ls" ??
Using "ls" would be the difficult way. Easier would be to use
standard Java tools to search the appropriate directory. See Mike
Schrag's just-posted code.
sacha
On Jun 30, 2005, at 2:17 PM, Sacha Mallais wrote:
You'll probably have to do file globbing on the directory yourself
and figure out which one you want.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden