"description":"Get the file count in a directory",
"returnType":"unsigned int",
"params":[
{
"type":"const char *",
"name":"dirPath"
}
]
},
{
"name":"GetDirectoryFileCountEx",
"description":"Get the file count in a directory with extension filtering and recursive directory scan. Use 'DIR' in the filter string to include directories in the result",
"returnType":"unsigned int",
"params":[
{
"type":"const char *",
"name":"basePath"
},
{
"type":"const char *",
"name":"filter"
},
{
"type":"bool",
"name":"scanSubdirs"
}
]
},
{
"name":"CompressData",
"description":"Compress data (DEFLATE algorithm), memory must be MemFree()",
description="Get the file count in a directory with extension filtering and recursive directory scan. Use 'DIR' in the filter string to include directories in the result",
returnType="unsigned int",
params={
{type="const char *",name="basePath"},
{type="const char *",name="filter"},
{type="bool",name="scanSubdirs"}
}
},
{
name="CompressData",
description="Compress data (DEFLATE algorithm), memory must be MemFree()",
<Functionname="GetDirectoryFileCount"retType="unsigned int"paramCount="1"desc="Get the file count in a directory">
<Paramtype="const char *"name="dirPath"desc=""/>
</Function>
<Functionname="GetDirectoryFileCountEx"retType="unsigned int"paramCount="3"desc="Get the file count in a directory with extension filtering and recursive directory scan. Use 'DIR' in the filter string to include directories in the result">
<Paramtype="const char *"name="basePath"desc=""/>
<Paramtype="const char *"name="filter"desc=""/>
<Paramtype="bool"name="scanSubdirs"desc=""/>
</Function>
<Functionname="CompressData"retType="unsigned char *"paramCount="3"desc="Compress data (DEFLATE algorithm), memory must be MemFree()">