[Mono-list] directory path separator

Malcolm Parsons Malcolm Parsons <malcolm.parsons@gmail.com>
Thu, 16 Sep 2004 15:02:45 +0100


On Thu, 16 Sep 2004 07:50:56 -0600, Kevin White <jedirunner@gmail.com> wrote:

> I'd like my code to be portable between windows and linux using .Net
> and mono.    I take one of the "special" folders from
> Environment.GetFolder(), and append some directory structure to that
> to do some work.  How do I know what folder separator to use?

System.IO.Path.DirectorySeparatorChar

-- 
Malcolm Parsons