Tip 323 and file join
- From: keithv <kvetter@xxxxxxxxx>
- Date: Thu, 5 Nov 2009 12:12:25 -0800 (PST)
I noticed TIP #323: Do Nothing Gracefully explicitly excludes
file join. I'm okay that there is some good reason for doing
so.
But I was wondering if the simple trick of appending "" to
the command is safe? It seems to yield the same results.
For example:
file join {*}{} ;# fails
file join {*}{} "" ;# success
file join {*}{a b c} ;# okay
file join {*}{a b c} "" ;# same as above
Keith
.
- Follow-Ups:
- Re: Tip 323 and file join
- From: Don Porter
- Re: Tip 323 and file join
- Prev by Date: Re: Thread extension and separated interpreters
- Next by Date: twapi help with get_resource_security_descriptor wmiguid -handle
- Previous by thread: ftp control port timeout
- Next by thread: Re: Tip 323 and file join
- Index(es):
Relevant Pages
|