Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news2.arglkargh.de!news.wiretrip.org!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'path.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'rule.': 0.09; 'solaris,': 0.09; 'subject:files': 0.09; 'exception': 0.12; 'am,': 0.13; 'wrote:': 0.15; '11:32,': 0.16; 'bieber': 0.16; 'declaimed': 0.16; 'email addr:ix.netcom.com': 0.16; 'email name:wlfraed': 0.16; 'from:addr:ix.netcom.com': 0.16; 'from:addr:wlfraed': 0.16; 'from:name:dennis lee bieber': 0.16; 'received:66.245': 0.16; 'received:dsl.mindspring.com': 0.16; 'received:mindspring.com': 0.16; 'received:wlfraed': 0.16; 'url:netcom': 0.16; 'url:wlfraed': 0.16; 'wulfraed': 0.16; 'aug': 0.19; 'trying': 0.23; 'structure': 0.23; 'tue,': 0.23; 'url:home': 0.25; 'lee': 0.28; "i've": 0.33; 'to:addr:python-list': 0.34; 'header:X-Complaints-To:1': 0.34; 'pretty': 0.35; 'charset:us- ascii': 0.36; 'file': 0.36; 'open': 0.37; 'but': 0.37; 'could': 0.37; 'using': 0.37; 'received:org': 0.38; 'subject:: ': 0.38; 'linked': 0.38; 'think': 0.38; 'header:Mime-Version:1': 0.39; 'data': 0.39; 'to:addr:python.org': 0.39; 'where': 0.40; 'kind': 0.60; 'link': 0.63; 'full': 0.63; 'dennis': 0.77; 'tricky': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Hardlink sub-directories and files Date: Tue, 02 Aug 2011 21:46:02 -0700 Organization: > Bestiaria Support Staff < References: <3d2c3d3b-085e-4f3b-903d-726a31e607f4@b34g2000yqi.googlegroups.com> <4E37CDCF.7060501@jollybox.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: user-11fa6p9.dsl.mindspring.com X-Newsreader: Forte Agent 3.3/32.846 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312347008 news.xs4all.nl 23940 [2001:888:2000:d::a6]:36753 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10783 On Tue, 2 Aug 2011 18:59:59 -0700, Dan Stromberg declaimed the following in gmane.comp.python.general: > On Tue, Aug 2, 2011 at 3:13 AM, Thomas Jollans wrote: > > > On 02/08/11 11:32, loial wrote: > > > I am trying to hardlink all files in a directory structure using > > > os.link. > > > > > > However I do not think it is possible to hard link directories ? > > > > That is pretty true. I've heard of hardlinked directories on Solaris, but > that's kind of an exception to the general rule. > It's been 15 years, but I think one could create them on the Amiga. Softlinks where the tricky one to use, since they were just data files with full path to the linked file as the data -- applications basically had to check if it was a softlink, if so, open/read/close then open the linked path. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/