From owner-freebsd-mono@freebsd.org Mon Nov 2 22:25:53 2015 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C055BA240EC for ; Mon, 2 Nov 2015 22:25:53 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x232.google.com (mail-vk0-x232.google.com [IPv6:2607:f8b0:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 786151C7D for ; Mon, 2 Nov 2015 22:25:53 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by vkgy127 with SMTP id y127so95170544vkg.0 for ; Mon, 02 Nov 2015 14:25:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=f7sUx8nNggzHuMbCnEG3BFshV3kOIiEpTyHjEUxqqj0=; b=08yhMBHTS5rh5eCnidOHod1GOMTCsjTLCjCv176FagURugY8rdq7a+52qblsErzU+0 Fbsil8gXTlYbrYobR/4ZHyY73MXAmoD78QqopxXj1jjwWCtL3sSvOHpXPnPepXobYvSQ nWuZ9kg5kBTWmIgtD4+ZVy7fvdb0hJ1wD9neNCpI/89QX/2ywqJ4XFUSVKSphIDTy2wp rlxr9lGmr3Osh2LPPz1ogZxzyA+MCAPcAFGXZnUqInwzTgclDUY8tm3ABDvbzW1hNiU4 DXMCqwqdghPFyqxBnaaceUVa8KaUGIDugrazW7SOQRUySdMy0A+xSnYxjV6mkq1sBwFh 0dog== MIME-Version: 1.0 X-Received: by 10.31.21.78 with SMTP id 75mr16207394vkv.79.1446503152624; Mon, 02 Nov 2015 14:25:52 -0800 (PST) Received: by 10.31.66.9 with HTTP; Mon, 2 Nov 2015 14:25:52 -0800 (PST) In-Reply-To: <5637138D.5030305@sil.org> References: <20151101093408.GA4994@FreeBSD.org> <5637138D.5030305@sil.org> Date: Mon, 2 Nov 2015 14:25:52 -0800 Message-ID: Subject: Re: [MonoDevelop] Monodevelop 5.10 From: Russell Haley To: Eberhard Beilharz Cc: monodevelop-list@lists.ximian.com, freebsd-mono@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 22:25:53 -0000 Thanks Eberhard, Apparently I was up to late for my brain to work. I will update to use the Path function. Thanks, Russ On Sun, Nov 1, 2015 at 11:41 PM, Eberhard Beilharz wrote: > > > > Russell Haley > wrote on 2015-11-02 at 07:17 +0100: > > 2) As you can see there is a horrible hard coded /tmp file path. I am not > sure how to determine the temp directory in a unix system. That said in > FreeBSD, /tmp is part of the rootfs and seems to be pretty standard in > Linux too: > > > https://docs.freebsd.org/doc/5.4-RELEASE/usr/share/doc/handbook/dirstructure.html > > > Why not use Path.GetTempPath() to get the path to the temp directory? >