[−][src]Function disk_initializer::write_file_to_filesystem
fn write_file_to_filesystem<S>(
fs: &FatFileSystem<S>,
file: FatFile,
path: &str
) -> FatFileSystemResult<()> where
S: StorageDevice,
Write a std file to FAT filesystem.