41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
compile insert ps_ChooseDir_Equates
|
|
/*
|
|
** Copyright (C) 2015 Revelation Software Inc. All Rights Reserved **
|
|
|
|
Author Mr C
|
|
Date Dec 2015
|
|
Purpose Equates for use with the FILESYSTEM CHOOSEDIR method
|
|
|
|
Comments
|
|
========
|
|
|
|
Amended Date Reason
|
|
======= ==== ======
|
|
|
|
*/
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#ifndef _PS_CHOOSEDIR_EQUATES_
|
|
#define _PS_CHOOSEDIR_EQUATES_
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
* // CHOOSEDIR method
|
|
* //
|
|
* // dir = Exec_Method( "FILESYSTEM", |
|
|
* // "CHOOSEDIR", |
|
|
* // OwnerWindow, |
|
|
* // ChooseDirOptions )
|
|
|
|
* // ChooseDirOptions equates
|
|
equ CHDIR_POS_TITLE$ to 1
|
|
equ CHDIR_POS_INITDIR$ to 2
|
|
equ CHDIR_POS_HIDENEWBTN$ to 3
|
|
equ CHDIR_POS_SHOWFILES$ to 4
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#endif
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|