> 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

> Tore wrote:
> on mouseUp
>    put  specialFolderPath("desktop")& "/testFolder/testOne/test/result" into 
> tFolder
>    set the itemDel to "/"
>    repeat with i = 1 to the number of items of tFolder
>       put item 1 to i of tFolder into tFolderToCreate
>       create folder tFolderToCreate
>    end repeat
> end mouseUp

Clever, Tore.


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to