New topic in General: hire i go again FolderItem help
Dx-Dyablo - Tue Jun 10, 2008 5:33 am <http://forums.realsoftware.com/viewtopic.php?t=22833> how i can make a folder like http://img501.imageshack.us/my.php?image=folderwu9.jpg and inside of the folder make a notpad text http://img151.imageshack.us/my.php?image=notesvk1.jpg what i doing wrong Code:dim txt as string = "This is a test text" dim f as FolderItem = GetFolderItem("C:\Mynotes") dim File1 as FolderItem = f.Child("File1.txt") if f <> nil then  dim t as TextOutputStream = f.CreateTextFile  if t <> nil then   t.Write txt   t.Close  end if end if
-- Over 900 classes with 18000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v8.1. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> [email protected]
