Jump to content

How To Create A Txt.File And A Folder


Recommended Posts

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")
Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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