# medical_test **Repository Path**: sultanmahmut/medical_test ## Basic Information - **Project Name**: medical_test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-27 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # medical_test ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). # uni.getFileSystemManager() 主要功能和方法 const fs = uni.getFileSystemManager(); 保存文件 fs.saveFile() 获取文件信息 fs.getFileInfo() 删除文件 fs.removeSavedFile() 检查文件/目录是否存在 fs.access() 获取文件状态 fs.stat()