# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetPathAndFileName 根据给定路径返回路径对应的目录以及文件名,若路径指向目录则仅返回目录,若路径指向文件则返回文件对应目录以及文件名,如果路径不存在则返回错误.
No description provided by the author
No description provided by the author
IsJsonFileEmpty 检查指定路径的 JSON 文件是否为空。 如果文件为空或者 JSON 对象为空,则返回 true,否则返回 false。 如果在读取文件或解析 JSON 时发生错误,返回错误信息。.
RemoveFile 函数用于删除指定路径的文件,如果文件存在的话。 参数: filePath: 要删除的文件的路径 返回值: 如果文件删除成功或文件不存在,则返回 nil。否则返回错误信息。.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author