appending paths
From: Rex Guo (rexguo_at_hotmail.com)
Date: 03/29/04
- Next message: Alexander Mueller: "Re: appending paths"
- Previous message: Agata Staniak: "Re: getting started with databases"
- Next in thread: Alexander Mueller: "Re: appending paths"
- Reply: Alexander Mueller: "Re: appending paths"
- Reply: John C. Bollinger: "Re: appending paths"
- Reply: Jon A. Cruz: "Re: appending paths"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Mar 2004 07:44:31 -0800
Hi!
Given 2 paths as File objects:
1. C:/a/b/c/
2. ../d
How do I append #1 and #2 to get "C:/a/b/d"?
Are there any standard Java API that does this?
Please don't suggest string manipulation! ;-)
Thanks!
.rex
- Next message: Alexander Mueller: "Re: appending paths"
- Previous message: Agata Staniak: "Re: getting started with databases"
- Next in thread: Alexander Mueller: "Re: appending paths"
- Reply: Alexander Mueller: "Re: appending paths"
- Reply: John C. Bollinger: "Re: appending paths"
- Reply: Jon A. Cruz: "Re: appending paths"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|