getPathName()  isDir()

Chapter 5: General Objects and Methods

isAssocWith()

Description

Retrieves the name and path to the I/O file object’s associated file.

Syntax

isAssocWith(string *filename);

Parameter

Description

filename

Pointer to the string in which to put the name of and path to the associated file.

Return value

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

Usage

Pointer to object

Object

string full_path;piof->isAssocWithfull_path);

string full_path;my_iofobj.isAssocWithfull_path);





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

View this book as PDF