Skip to content

Filesystem

github-actions[bot] edited this page Dec 23, 2022 · 40 revisions

Module for Filesystem Operations

A cross-platform set of utilities to traverse filesystems.

Overview

Configuration

This module exposes no customization options.

Keybinds

This module defines no keybinds.

How to Apply

  • To manually load the module, place this code in your Neorg setup:
    ["core.fs"] = {
       config = { -- Note that this table is optional and doesn't need to be provided
           -- Configuration here
       }
    }
    Consult the configuration section to see how you can configure core.fs to your liking.

Technical Information

Developer Usage

Public API

This segment will detail all of the functions core.fs exposes. All of these functions reside in the public table.

  • copy_directory
  • directory_map

Examples

None Provided

Extra Info

Version

This module supports at least version 1.0.0. The current Neorg version is 1.0.0.

Imports

This module does not import any other files.

Requires

This module does not require any other modules to operate.

Required by

This module isn't required by any other module.

Clone this wiki locally