[futurebasic] Re: [FB] FB No Such Volume

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : June 2012 : Group Archive : Group : All Groups

From: Brian S <fblistserve@...>
Date: Sat, 9 Jun 2012 09:24:34 -0700
On Jun 9, 2012, at 6:54 AM, Spencer Ted wrote:

> open "O", _openBatchFileNum, gBatchFile, @gParentFolderRef
btw: There are advantages to CFURLRefs instead of FSRefs and many have switched. One advantage( at least one pertinent to your code ): a CFURLRef ( like a full path ) can reference a file that does NOT exist. FSRefs cannot do this and require the little two-step to create a file. This might be part of the problem ( because you’re juggling two globals ---gParentFolderRef and gFileRef--- one of which could could contain the actual file reference or the reference to the parent directory ).

Brian S.