GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
GIS Library - Tests for file existence. More...
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_is_gisbase (const char *path) |
Test if specified directory is GISBASE. | |
int | G_is_location (const char *path) |
Test if specified directory is location. | |
int | G_is_mapset (const char *path) |
Test if specified directory is mapset. | |
GIS Library - Tests for file existence.
(C) 2001-2014 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file is.c.
int G_is_gisbase | ( | const char * | path | ) |
int G_is_location | ( | const char * | path | ) |