Image

quick question in a brain dead moment

I have a program that ftp's files from one place to another.

It needs to work on linux and windows (2k Pro).

I end up recursing through the directories, building the path with where I am in the recursed tree. That part works nicely. Everything works nicely.

I can't remember if win2K can read both / and \ as delimiters in file structures? I know that linux requires / in the filepath.

Like I said, brainless moment.

Thanks!

[Edit - am using System.getProperties("file.separator") - I thought I needed it for local and remote - just need lcoal. Thanks!]