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

CFilePathOSX

Represents a file path on OSX.

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

Quick Index

DESCRIPTION

Class Summary

class CFilePathOSX : public CStrA

{

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

Back to the top of CFilePathOSX


DESCRIPTION

Represents a file path. The argument to the constructor is assumed to be a path in POSIX format (i.e., quoted-printable form, with slashes as the filename separators.) When a CFilePathOSX object is constructed, the file path will be converted from POSIX format to HFS, by converting it from quoted-printable format, and replacing the slashes with colons. After constructing a CFilePathOSX 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 CFilePathOSX


CFilePathOSX( const CStr *cs );

Construct from a CStr

	CFilePathOSX( const CStr *cs );

Back to the top of CFilePathOSX


~CFilePathOSX();

Destructor

	virtual	~CFilePathOSX();

Back to the top of CFilePathOSX


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 CFilePathOSX


All Members

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

Back to the top of CFilePathOSX


Ancestors

Inheritance chain for CFilePathOSX:

Back to the top of CFilePathOSX


Descendants

Class is not inherited by any others.

Back to the top of CFilePathOSX


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.