vif
latest

The core library

  • Overview of the core library
  • Vectors
  • Indexing
  • Views
  • Known issues, problems, and limitations
  • Guidelines for writing generic functions
  • IDL equivalents

The support library

  • Introduction
  • Generic functions
  • Command line arguments
  • String manipulation
  • Printing to the terminal
  • Interacting with the operating system
  • File system
    • File paths manipulation
    • File system
  • ASCII tables
  • FITS files
  • Measuring time
  • Mathematics
  • Multi threading
  • Image manipulation
  • Astronomy library
vif
  • Docs »
  • File system
  • Edit on GitHub

File systemΒΆ

Categories

  • File paths manipulation
    • file::directorize
    • file::is_absolute_path
    • file::get_basename
    • file::get_extension
    • file::remove_extension
    • file::split_extension
    • file::get_directory
  • File system
    • file::exists
    • file::is_older
    • file::list_directories
    • file::list_files
    • file::explorer
    • file::mkdir
    • file::copy
    • file::remove
    • file::to_string
Next Previous

© Copyright 2018, Corentin Schreiber Revision 3ae152c3.

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