| Line 107... |
Line 107... |
| 107 |
* int R_HiddenFile(const char *file)
|
107 |
* int R_HiddenFile(const char *file)
|
| 108 |
*
|
108 |
*
|
| 109 |
* This function returns 1 if the named file is "hidden". In Unix,
|
109 |
* This function returns 1 if the named file is "hidden". In Unix,
|
| 110 |
* this is the case if the file name begins with a '.'. On the Mac
|
110 |
* this is the case if the file name begins with a '.'. On the Mac
|
| 111 |
* a file is hidden if the file name ends in '\r'.
|
111 |
* a file is hidden if the file name ends in '\r'.
|
| 112 |
* More complex tests may be needed on other platforms.
|
112 |
* More complex tests may be needed on other platforms. Currently,
|
| - |
|
113 |
* only the Unix-style visibility is implemented and used on all platforms.
|
| 113 |
*
|
114 |
*
|
| 114 |
* int R_ShowFiles(int nfile, const char **file, const char **headers,
|
115 |
* int R_ShowFiles(int nfile, const char **file, const char **headers,
|
| 115 |
* const char *wtitle, Rboolean del, const char *pager)
|
116 |
* const char *wtitle, Rboolean del, const char *pager)
|
| 116 |
*
|
117 |
*
|
| 117 |
* nfile = number of files
|
118 |
* nfile = number of files
|