﻿<?xml version="1.0" encoding="utf-8"?>
<api>
  <Platform name="android">     
    <dll name="插件">			
	  <namespace name="File">
	    <function name="File.Read">
		  <pram>(字符串)</pram>
		  <example>
			函数原型:|File.Read(FileName)
            函数说明:|
				读取指定的文本文件，把文件的所有内容作为一个字符串返回           
			FileName:文件名 
            返回值:当前文件的内容
            调用例子:|
            traceprint(File.Read("sdcard//ais_debug//saveDataJson.txt"))  --模拟器读取文件
	      </example>
        </function>
		</namespace>
	</dll>
  </Platform>
</api>
