Info

  • Deprecated addon Deprecated
  • Official Official addon
  • Copyright Scirra Ltd. All rights reserved.

Statistics

  • Download count752 total downloads
  • Latest download count 440 downloads of latest version
  • Average download count2 downloads per day average

Owners

A list of all Actions, Conditions and Expressions supported in this addon.

File system

  • Actions

    Write text file to {0} with content {2} (file tag {1})

    Write a text file to a path.

    Write binary file to {0} with content {2} (file tag {1})

    Write binary data to a path.

    Read text file from {0} (file tag {1})

    Read a text file from a path.

    Read binary file from {0} to {2} (file tag {1})

    Read binary data from a path.

    List content for path {0} (file tag {1})

    Retrieve a list of the files and folders at a given path.

  • Conditions

    Is available

    True if running in WebView2 with file system features available.

    On file operation {0} complete

    Triggered upon successfully completing a file operation.

    On file operation {0} error

    Triggered when a file operation fails.

    On any file operation complete

    Triggered upon successfully completing any file operation. The 'FileTag' expression identifies the operation.

    On any file operation error

    Triggered when any file operation fails. The 'FileTag' expression identifies the operation.

  • Expressions

    FileText

    The text content of a file after a successful read.

    FileTag

    Get the tag for a file system operation in a trigger.

    FileNameAt

    The name of a file at a given index.

    FileCount

    The number of files.

    FolderNameAt

    The name of a folder at a given index.

    FolderCount

    The number of folders.

Folder paths

  • Expressions

    AppFolder

    Path to folder the app executable is in.

    WebResourceFolder

    Path to the folder with web resources (typically the 'www' subfolder).

    CurrentAppDataFolder

    Path to the current app's own local app data folder.

    LocalAppDataFolder

    Path to the local app data folder.

    RoamingAppDataFolder

    Path to the roaming app data folder.

    DesktopFolder

    Path to user's desktop folder.

    DocumentsFolder

    Path to user's documents folder.

    DownloadsFolder

    Path to user's downloads folder.

    PicturesFolder

    Path to user's pictures folder.

    ProfileFolder

    Path to user's profile folder.

    SavedGamesFolder

    Path to user's saved games folder.

    ScreenshotsFolder

    Path to user's screenshots folder.

    VideosFolder

    Path to user's videos folder.