<div>On 7/16/07, Avi wrote:</div>
<div>&nbsp;</div>
<div>&gt; I&#39;ve had the same problem. &nbsp;The workaround I use is a very similar<br>&gt; method which suppresses errors on #createDirectory:<br>&gt; <br>&gt; ensureExistenceOfPath: localPath<br>&gt;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;localPath isEmpty ifTrue: [ ^self ].
<br>&gt;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;(self directoryExists: localPath) ifTrue: [^ self].<br>&gt;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;self containingDirectory ensureExistenceOfPath: self localName.<br>&gt;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;[self createDirectory: localPath] ifError: []<br><br>&gt; It ain&#39;t pretty but it works.
</div>
<div>&nbsp;</div>
<div>Brilliant - it works and it&#39;s better English...</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>&nbsp;</div>
<div>Nick</div>
<div><br>&nbsp;</div>