home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 1992 August
/
info-mac-1992.iso
/
Source
/
C
/
Dragonsmith
/
Dragonsmith 1.0b2
/
Utilities
/
FileUtils.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-05-05
|
322 b
|
14 lines
|
[
TEXT/KAHL
]
/*
FileUtils.h
*/
#pragma once
#include <Files.h>
#include <Aliases.h>
OSType **FREFTypes (short *numTypesReturned);
Boolean OpenableType (OSType fileType, short numOKTypes, OSType **OKTypesHndl);
OSType FSpType (FSSpec *fss, OSErr *err);
Boolean FSpOpenableType (FSSpec *fss, short numOKTypes, OSType **OKTypesHndl);