In this example you forgot:

  File temp4 = new File("temp", "hello");

Mark

-- 
"Great artists are extremely selfish and arrogant things" — Steven Wilson,
Porcupine Tree


On Thu, Dec 30, 2010 at 8:19 PM, Augusto Sellhorn <
[email protected]> wrote:

>                File temp = new File("temp/hello");
>                File temp2 = new File("temp\\hello");
>                File temp3 = new File("temp" + File.separator +
>                        "hello");
>
>

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to