From owner-freebsd-questions@FreeBSD.ORG Thu Sep 11 15:05:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1DB31065671 for ; Thu, 11 Sep 2008 15:05:44 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 93B788FC24 for ; Thu, 11 Sep 2008 15:05:44 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id EE8C2FD06D for ; Thu, 11 Sep 2008 17:05:55 +0200 (CEST) Received: from [10.10.10.27] (tethys.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id D2B75FD05E for ; Thu, 11 Sep 2008 17:05:55 +0200 (CEST) Message-ID: <48C933C7.7030807@webrz.net> Date: Thu, 11 Sep 2008 17:05:43 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: Symbolic link X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2008 15:05:44 -0000 I have this application that only works with local filedirectories. Is it possible to make a symbolic link to a URL (internet location with the files I want to display/open) so that I can fake location as being local? Jos