Opens, re-opens, creates, or deletes a file.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalBoolean FileOpen(
	ref SalFileHandle hFile,
	SalString sFileName,
	SalNumber nStyle
)

Parameters

hFile
Type: PPJ.Runtime..::..SalFileHandle%
The handle of the open file.
sFileName
Type: PPJ.Runtime..::..SalString
The name of the file to open, create, delete, or test.
nStyle
Type: PPJ.Runtime..::..SalNumber
A constant that specifies the style in which to open the file. nStyle can be one or more styles combined using the bitwise OR (|) operator.

Return Value

bOk

See Also