nbLockSeg()  openDir()

Chapter 5: General Objects and Methods

open()

Description

Opens the file associated with the I/O file object using the options and permissions set in the I/O file object. If the file is already open, the I/O file object closes it before executing the open call.

Syntax

open();

Return value

Integer. Returns 1 for success, and 0 for failure.

Usage

Pointer to object

Object

piof->open();

my_iofobj.open();





Copyright © 2005. Sybase Inc. All rights reserved. openDir()

View this book as PDF