Skip to contents

creates a file in the repository and returns the resource object

Usage

createFile(
  targetIdent,
  fileName = "",
  localPath = "",
  comment = "Created by improveRW"
)

Arguments

targetIdent

one or many target folders, as resource, id or path

fileName

one or many fileNames

localPath

path to a local file for initial file contents

comment

defaults to Created by improveRW

References

ics1102