Show / Hide Table of Contents

Enum FileAction

Actions that can be performed on files.

Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public enum FileAction

Fields

Name Description
Append

Appends a single variable to a file.

AppendLines

Appends a list variable to a file.

Read

Reads a file to a single variable.

ReadLines

Reads a file to a list variable.

Write

Writes a single variable to a file.

WriteLines

Writes a list variable to a file.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX