Creates storage file and writes data in it.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.Utils
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public static bool SafeCreateFile(
	IsolatedStorageFile storage,
	string filePath,
	byte[] data
)
Visual Basic (Declaration)
Public Shared Function SafeCreateFile ( _
	storage As IsolatedStorageFile, _
	filePath As String, _
	data As Byte() _
) As Boolean
Visual C++
public:
static bool SafeCreateFile(
	IsolatedStorageFile^ storage, 
	String^ filePath, 
	array<unsigned char>^ data
)

Parameters

storage
Type: System.IO.IsolatedStorage..::.IsolatedStorageFile
filePath
Type: System..::.String
data
Type: array< System..::.Byte >[]()[]

See Also