Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 help with making folders
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
skier




PostPosted: Mon Nov 15, 2004 4:44 pm   Post subject: help with making folders

i am making this to store some info in folders but right now it will only make files. how do i make folders.
code:


var file : int
var s : string

for i : 1 .. 3
var fileName : string := "cool.txt"+ intstr (i)
    open : file, fileName , put
    put : file, "          "
    close (file)
end for
Sponsor
Sponsor
Sponsor
sponsor
Andy




PostPosted: Mon Nov 15, 2004 4:48 pm   Post subject: (No subject)

type "Dir" in turing and press F9
skier




PostPosted: Mon Nov 15, 2004 5:21 pm   Post subject: (No subject)

i asked because i did not no what the command was. thanks Rolling Eyes
Andy




PostPosted: Mon Nov 15, 2004 6:14 pm   Post subject: (No subject)

np.. if u searched for folder in the turing help manual.. it'll show up
Mr. Glib




PostPosted: Tue Nov 16, 2004 6:04 pm   Post subject: (No subject)

Search for Dir.Create.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 5 Posts ]
Jump to:   


Style:  
Search: