BuildReportTool.Util.GetStreamingAssetsSizeReadable C# (CSharp) Method

GetStreamingAssetsSizeReadable() public static method

public static GetStreamingAssetsSizeReadable ( ) : string
return string
	public static string GetStreamingAssetsSizeReadable()
	{
		return GetFolderSizeReadable(Application.dataPath + "/StreamingAssets");
	}