11 January 2005 - java_dev (original) (raw)

10:35 am - lemmywinks30 - training? My company is sending me for more java training- I will possible go with Sun for it, but does anyone know of any reputable companies that offer instructor led training (preferrably about 1 week in length) and it has to be in NYC. Any info would be great! Thanks!
02:05 pm - fiddle_dragon - 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!]