Microsoft SDK for Java

getAbsolutePath

This method of the ClientStoreFile Class retrieves the absolute path of the file represented by this object.

Syntax

public String getAbsolutePath();

Return Value

Returns an absolute path for this ClientStoreFile object.

Remarks

If the ClientStoreFile object represents an absolute path, this method returns the path. Otherwise, it returns a path that is a concatenation of the current storage directory, the separator character, and the path of this file object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.