Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to set path seperator: / or \ in JBuilder

Status
Not open for further replies.

trung

Programmer
Aug 10, 2001
3
VN
How can I set path seperator / or \ in JBuilder (for image file )? Thanks a lot!
 
String filesep = System.getProperty("file.separator");

or

String filesep = File.pathSeparator();
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top