Dota 2 Workshop Tools/Scripting/API/Global.FileToString: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(Dota_Lebot push: Updated Page)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 02:12, 17 June 2015

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

string FileToString(string a)

Reads a string from a file to send to script

  • Directory traversal doesn't seem to work. The characters '.', '/' and '\\' are ignored.
  • The files are read from C:\Program Files (x86)\Steam\steamapps\common\dota 2 beta\dota_ugc\game\dota\ems
  • The function is used in conjunction with StringToFile


Parameters

Type Name Description
string a No Description Set

Returns

string - No Description Set