On May 03, 2006, at 11:53 UTC, Barry Traver wrote: > Do you have something to propose as a solution to the problem? (For > example, is there a way to get a list of hard drives, etc., and test > each one until one is found that doesn't give an error when the program > tries to write to it?)
Sure, why not do exactly that? Just loop from 0 to VolumeCount-1, testing Volume(i).TemporaryFolder on each one. Of course, this is assuming that the global TemporaryFolder method doesn't already do that sort of leg-work for you -- I'd test that first, if I were you. HTH, - Joe -- Joe Strout -- [EMAIL PROTECTED] Available for custom REALbasic programming or instruction. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
