Recursive folder creation
    Bob Sneidar 
    bobsneidar at iotecdigital.com
       
    Mon Aug  7 16:10:54 EDT 2017
    
    
  
Wha??? I didn't know this existed. I have a need for that too! I use a repeat loop to do this. I suppose that is what this function does as well. 
Bob S
> On Aug 7, 2017, at 12:12 , hh via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
>> Brian wrote:
>> Check out _revSBEnsureFolder in revSBLibrary for example code that does this.
> 
> Brian, WOW! This is great insight!
> 
> on mouseUp
>  put "/Users/admin/Documents/brian3/showed/us/the/trick/of/marcus/" into ff
>  call "revSBEnsureFolder ff" of stack "revSBLibrary"
>  launch document ff
> end mouseUp
    
    
More information about the use-livecode
mailing list