Nilorea Library
C utilities for networking, threading, graphics
Loading...
Searching...
No Matches
n_files.h
Go to the documentation of this file.
1
/*
2
* Nilorea Library
3
* Copyright (C) 2005-2026 Castagnier Mickael
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
7
* You may obtain a copy of the License at
8
*
9
* http://www.apache.org/licenses/LICENSE-2.0
10
*
11
* Unless required by applicable law or agreed to in writing, software
12
* distributed under the License is distributed on an "AS IS" BASIS,
13
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14
* implied. See the License for the specific language governing
15
* permissions and limitations under the License.
16
*
17
* SPDX-License-Identifier: Apache-2.0
18
*/
19
28
#ifndef __N_FILES_HEADER
29
#define __N_FILES_HEADER
30
31
#ifdef __cplusplus
32
extern
"C"
{
33
#endif
34
40
#include "
nilorea/n_str.h
"
41
#include "
nilorea/n_list.h
"
42
#include "
nilorea/n_log.h
"
43
#include "dirent.h"
44
46
typedef
struct
N_FILE_INFO
{
48
char
*
name
;
50
time_t
filetime
,
filetime_nsec
;
51
}
N_FILE_INFO
;
52
54
int
n_scan_dir
(
const
char
* dir,
LIST
* result,
const
int
recurse);
56
void
n_free_file_info
(
void
* ptr);
57
62
#ifdef __cplusplus
63
}
64
#endif
65
66
#endif
LIST
Structure of a generic LIST container.
Definition
n_list.h:59
N_FILE_INFO::filetime
time_t filetime
file creation time
Definition
n_files.h:50
N_FILE_INFO::filetime_nsec
time_t filetime_nsec
Definition
n_files.h:50
N_FILE_INFO::name
char * name
file name
Definition
n_files.h:48
n_scan_dir
int n_scan_dir(const char *dir, LIST *result, const int recurse)
scan a directory and store file information in the result list
Definition
n_files.c:181
n_free_file_info
void n_free_file_info(void *ptr)
free a N_FILE_INFO structure
Definition
n_files.c:61
N_FILE_INFO
common file information
Definition
n_files.h:46
n_list.h
List structures and definitions.
n_log.h
Generic log system.
n_str.h
N_STR and string function declaration.
include
nilorea
n_files.h
Generated on Fri Jul 31 2026 14:12:31 for Nilorea Library by
1.9.8