22 #ifndef DIRECTOR_LINGO_XLIBS_MISCX_H 23 #define DIRECTOR_LINGO_XLIBS_MISCX_H 34 extern const char *xlibName;
38 void close(ObjectType type);
40 void m_new(
int nargs);
41 void m_dispose(
int nargs);
42 void m_bootName(
int nargs);
43 void m_windowsDirectory(
int nargs);
44 void m_fileExists(
int nargs);
45 void m_copyFile(
int nargs);
46 void m_folderExists(
int nargs);
47 void m_insureFolder(
int nargs);
48 void m_prefsFolder(
int nargs);
49 void m_deleteFolder(
int nargs);
50 void m_fileList(
int nargs);
51 void m_ask(
int nargs);
52 void m_answer(
int nargs);
53 void m_spaceOnVol(
int nargs);
54 void m_deleteGroup(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71