Jump to content

Recommended Posts

Posted

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

Posted

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")
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...