Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix · OSX ]     Changes
    Public API
    Source Code Main Page
        Java [ Common · Win · Mac · Nix ]     Native Code [ Common · Win · Mac · Nix ]     Manifest
        Native Code Overviews [ Common · Win · Mac · Nix · Strings ]     Macros [ General · Native Macros ]
        Walkthroughs [ Java only · Java and native ]     Building [ Win · Mac · Nix · OSX ]     Distribution Issues

CFilePath

Represents a file path.

[ Mac | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

DESCRIPTION

Class Summary

class CFilePath : public CStrA

{

public:
CFilePath( const CStr *cs );
~CFilePath();
ErrCode getPStr( StringPtr ps, long len );
protected:
}; // CFilePath

Back to the top of CFilePath


DESCRIPTION

Represents a file path. The argument to the constructor is assumed to be a path in MRJ format (i.e., quoted-printable form, with slashes as the filename separators.) When a CFilePath object is constructed, the file path will be converted from MRJ format, by converting it from quoted-printable format, and replacing the slashes with colons. After constructing a CFilePath object with a path name received from Java, the getPStr method can be called to get the path name as a Pascal string.

Back to the top of CFilePath


CFilePath( const CStr *cs );

Construct from a CStr

	CFilePath( const CStr *cs );

Back to the top of CFilePath


~CFilePath();

Destructor

	virtual	~CFilePath();

Back to the top of CFilePath


ErrCode getPStr( StringPtr ps, long len );

Get the path into the given Pascal buffer, which is 'len' bytes long.

	virtual	ErrCode	getPStr( StringPtr ps, long len );

Back to the top of CFilePath


All Members

public:
ErrCode getPStr( StringPtr ps, long len );
protected:

Back to the top of CFilePath


Ancestors

Inheritance chain for CFilePath:

Back to the top of CFilePath


Descendants

Class is not inherited by any others.

Back to the top of CFilePath


Generated from source by the Cocoon utilities on Fri Aug 23 12:34:26 2002 .

Report problems to jkotula@stratasys.com


Main Page · JConfig · ImageMeister · System Properties Repository · WordMeister · Free Samples · Java Freeware · Contact Us · FAQ · Links


Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.
WarpMovie, TileMovie, JConfig, ImageMeister and MovieShredder are Trademarks of Samizdat Productions.