SalFileHandle
PPJ.Runtime.SalFileHandle
Last updated
PPJ.Runtime.SalFileHandle
Last updated
Namespace: PPJ.Runtime
Assembly: PPJ.Web.49 (4.9.0.0)
: Returns the handle for this SalFileHandle object
: Returns true if the file was opened in binary mode.
: Checks if this SalFileHandle object contains a null value.
: Returns the last error code.
Closes a file.
Copies the contents of one file (source) to another file (destination).
sSourcePath
The full path name of the source file.
sDestPath
The full path name of the destination file.
bOverWrite
Specifies whether (TRUE) or not (FALSE) to overwrite the destination file. If the destination file already exists and bOverWrite is FALSE, then SalFileCopy fails, and returns FILE_CopyExist. If the destination file already exists and bOverWrite is TRUE, then SalFileCopy succeeds and the destination file is overwritten.
Creates a directory.
sDir
The full path name of the new directory.
Returns the SalFileHandle object from the handle
handle
Returns the next character in an open file.
nChar
sPath
sFilename
dtDateTime
Gets the letter of the default (current) disk drive.
info
context
Returns the next line from an open file. Lines are terminated by \r\n or \r or
maxLength
line
maxLength
Opens, re-opens, creates, or deletes a file.
fileName
The name of the file to open, create, delete, or test.
flags
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.
Opens, re-opens, creates, or deletes a file.
fileName
The name of the file to open, create, delete, or test.
flags
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.
encoding
Encoder used to read/write characters.
Writes a character to an open file.
c
The ANSI numeric value of the character to write to hFile.
Writes a string to an open file.
text
The string to write.
Reads a buffer of characters from an open file to a string .
maxLength
buffer
maxLength
buffer
maxLength
Deletes a directory.
sDir
The full path name of the directory to delete.
Positions the file pointer in an open file. The next file operation (such as a read or write) takes place at this new location.
bytes
The specific position of the file pointer; the number of bytes from nPosition where the next file operation will take place.
position
The general position of the file pointer; one of the following values: FILE_SeekBegin FILE_SeekCurrent FILE_SeekEnd
Changes the current working directory. If the specified path does not contain a drive letter, the default drive's current directory is changed. Otherwise, the specified drive's current directory is changed and the specified drive is made the current drive.
sPath
The path name of the new current working directory.
Sets the modification date and time of the specified file.
sFilename
The name of the file whose modification date you want to set.
dtDateTime
The modification date and time.
Sets the current disk drive to the specified drive letter.
sDriveLetter
The new disk drive letter. The length of this parameter's value is one character.
Returns the current position in an open file.
Uses the specified stream .
stream
The stream to read or write.
flags
A constant that specifies the style in which to used the stream. nStyle can be one or more styles combined using the bitwise OR (|) operator.
Uses the specified stream .
stream
The stream to read or write.
flags
A constant that specifies the style in which to used the stream. nStyle can be one or more styles combined using the bitwise OR (|) operator.
encoding
Encoder used to read/write characters.
Writes a string to an open file.
str
The string to write to hFile.
length
The number of bytes to write.
Writes a binary buffer to an open file.
binary
The string to write to hFile.
length
The number of bytes to write.
Converts a SalFileHandle to a number.
Writes a character to an open file.
Writes a string to an open file and appends a carriage return/line feed character to the string.
Positions the file pointer in an open file.
Returns the current position in an open file.
Writes a string to an open file.
Returns the SalFileHandle object from the handle
: Returns the wrapped FileStream object.
Returns: . bOk
Returns: . nStatus
Returns: . bOk
Returns: .
Returns: . nChar
Returns: .
Returns: .
Returns: .
Returns: . sDriveLetter
Returns: .
Returns: .
Returns: . bOk
Returns: . bOk
Returns: . bOk
Returns: . bOk
Returns: .
Returns: .
Returns: .
Returns: . bOk
Returns: . bOk
Returns: . bOk
Returns: . bOk
Returns: . bOk
Returns: . nPos
Returns: . bOk
Returns: . bOk
Returns: .
Returns: .