Biscuit Language - 0.9.0 Logo
  • Installation
  • Language Reference
  • Examples
  • API
Biscuit Language - 0.9.0
  • »
  • API »
  • File System
  • View page source

File SystemΒΆ

#import "std/fs"

File system module for manipulation with files and directories.

Warning

This module is experimental and not fully supported across all platforms.

  • Fs.CopyOpt
  • Fs.DirScanFilterFn
  • Fs.FILE_INVALID
  • Fs.File
  • Fs.Info
  • Fs.InfoKind
  • Fs.InfoList
  • Fs.OpenMode
  • Fs.OpenOpt
  • Fs.close
  • Fs.copy
  • Fs.dir_copy
  • Fs.dir_create
  • Fs.dir_create_all
  • Fs.dir_remove
  • Fs.dir_remove_all
  • Fs.dir_scan
  • Fs.exist
  • Fs.get_cwd
  • Fs.get_extension
  • Fs.get_home
  • Fs.get_tmp
  • Fs.get_uid
  • Fs.info_list_delete
  • Fs.is_directory
  • Fs.normalize
  • Fs.open
  • Fs.read
  • Fs.read_slice
  • Fs.read_string
  • Fs.remove
  • Fs.remove_extension
  • Fs.set_cwd
  • Fs.size
  • Fs.validate_filename
  • Fs.write
  • Fs.write_fmt
  • Fs.write_slice
  • Fs.write_string
Next Previous

© Copyright 2020, Martin Dorazil

Built with Sphinx using a theme provided by Read the Docs.