GetDBFiles()
Summary
Creates a list of files associated with the geographic file.
Syntax
files = GetDBFiles(string db_name)
| Argument | Contents |
|---|---|
| db_name | The name of the geographic file |
Returns
Null if the geographic file does not exist, otherwise an array with two elements:
| Element | Type | Contents |
|---|---|---|
| 1 | Array | Strings that indicate the names of each of the file |
| 2 | Array | Integers indicating the size in bytes of each file |
Example
finfo = GetDBFiles("i:\\ccstreet.cdf")
ShowMessage("The Streets geographic file really consists of " +
String(finfo[1].length) + " files.")
See Also
| Function | Summary |
|---|---|
| GetDBInfo() | Gets summary information about a geographic file |
| GetDBLayers() | Gets a list of layers stored in a geographic file |