>From "Frank Joppe" <drnomad at zonnet.nl> >> Also, differences in file path syntax: Unix: /dir1/dir2/../dirn/filename, >> Windows: C:\dir1\dir2\..\dirn\filename.ext > >I believe java has a canonical representation for this. The app uses the >canonical way to represent the path, the JRE translates this then to the >Operating system, I guess we need more of that ;-) >
I think that the C and Win32 filesystem functions in Windows will actually accept either separator symbol, so as long as all the paths are relative or user-configurable, it shouldn't be a problem. -- Benjamin Coates _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl >From - Mon Apr 30 02:04:46 2001 Return-Path: <devl-admin at freenetproject.org> Received: from hawk.freenetproject.org (postfix@[4.18.42.11]) by funky.danky.com (8.9.3/8.8.7) with ESMTP id NAA24232 for <danello at danky.com>; Fri, 27 Apr 2001 13:04:24 -0400 Received: from hawk.freenetproject.org (localhost [127.0.0.1]) by hawk.freenetproject.org (Postfix) with ESMTP id B345B5818F; Fri, 27 Apr 2001 10:45:11 -0700 (PDT) Delivered-To: devl at freenetproject.org Received: from priss.bad-people-of-the-future.san-francisco.ca.us (priss.bad-people-of-the-future.san-francisco.ca.us [216.103.68.5]) by hawk.freenetproject.org (Postfix) with ESMTP id B3AB65818D for <devl at freenetproject.org>; Fri, 27 Apr 2001 10:44:30 -0700 (PDT) Received: from evan by priss.bad-people-of-the-future.san-francisco.ca.us with local (Exim 3.22 #1 (Debian)) id 14tCDv-00011c-00 for <devl at freenetproject.org>; Fri, 27 Apr 2001 10:40:07 -0700 To: devl at freenetproject.org Subject: Re: [freenet-devl] Quick Question - new MSK URI syntax References: <043f01c0cf0f$b5343310$f69837d2 at private> <20010427075551.I4565 at niss> <045701c0cf1d$aa4fc690$f69837d2 at private> From: "Mr.Bad" <[email protected]> Organization: Pigdog Journal X-PGP-Fingerprint: 91F8 6B2D EBEA 8D7A 3F20 E5B0 6D97 B3BC F498 A1D9 In-Reply-To: <045701c0cf1d$aa4fc690$f69837d2 at private> Message-ID: <87hezas0lk.fsf at priss.bad-people-of-the-future.san-francisco.ca.us> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: devl-admin at freenetproject.org Errors-To: devl-admin at freenetproject.org
