11#ifndef __TUYA_UNI_FS_H__
12#define __TUYA_UNI_FS_H__
Common process - Initialization
OPERATE_RET uni_mkdir_all(const char *path)
create multi-level directory
BOOL_T uni_is_executable(const char *path)
check if the file excuteable
BOOL_T uni_is_exist(const char *path)
check if the file or directory existed
BOOL_T uni_is_writable(const char *path)
check if the file writeable
BOOL_T uni_is_readable(const char *path)
check if the file readable
OPERATE_RET uni_mkdir(const char *path)
create directory, ignore if existed
OPERATE_RET uni_remove(const char *path)
remove file or directory, ignore if not existed