Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Returns file content as string.

string Files.GetString(id: string)

Arguments

string id
Id of file

Example

Usage
files.forEach(function(file) {   
    var fileContent = $Files.GetString(file.Id);   
    // do sth with the file content
});

Examples

Usage
files.forEach(function(file) {   
    var fileContent = $Files.GetString(file.Id);   
    // do sth with the file content
});
  • No labels