kylomas Posted November 8, 2014 Posted November 8, 2014 No I dont want to create a consolewrite, but i want to create a map ti put txt files in Ditto what Jos said, times 10... Forum Rules Procedure for posting code "I like pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals." - Sir Winston Churchill
Arclite86 Posted November 8, 2014 Author Posted November 8, 2014 I know text is: txt but I dont know the name for "file folder" I have tried: #include <File.au3> #include <MsgBoxConstants.au3> $sfilepath = ("C:\Users\joesoef pc\Desktop") DirCreate($sfilepath) FileWrite($sfilepath & "\hello.filefolder","Content") this: #include <File.au3> #include <MsgBoxConstants.au3> $sfilepath = ("C:\Users\joesoef pc\Desktop") DirCreate($sfilepath) FileWrite($sfilepath & "\hello","Content") this: #include <File.au3> #include <MsgBoxConstants.au3> $sfilepath = ("C:\Users\joesoef pc\Desktop") DirCreate($sfilepath) FileWrite($sfilepath & "\hello.map","Content") and this: #include <File.au3> #include <MsgBoxConstants.au3> $sfilepath = ("C:\Users\joesoef pc\Desktop") DirCreate($sfilepath) FileWrite($sfilepath & "\hello.file","Content")
Developers Jos Posted November 8, 2014 Developers Posted November 8, 2014 I made myself clear. You have enough information to figure this out yourself now so topic closed and don't open any new topic on it. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts