mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-10 15:04:59 +00:00
Suggest files and paths modules (#21950)
This commit is contained in:
@@ -22,6 +22,7 @@ runnableExamples:
|
||||
assert myFile.changeFileExt("c") == "/path/to/my/file.c"
|
||||
|
||||
## **See also:**
|
||||
## * `paths <paths.html>`_ and `files <files.html>`_ modules for high-level file manipulation
|
||||
## * `osproc module <osproc.html>`_ for process communication beyond
|
||||
## `execShellCmd proc`_
|
||||
## * `uri module <uri.html>`_
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
## This module implements file handling.
|
||||
##
|
||||
## **See also:**
|
||||
## * `paths module <paths.html>`_ for path manipulation
|
||||
|
||||
from paths import Path, ReadDirEffect, WriteDirEffect
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
## This module implements path handling.
|
||||
##
|
||||
## **See also:**
|
||||
## * `files module <files.html>`_ for file access
|
||||
|
||||
import std/private/osseps
|
||||
export osseps
|
||||
|
||||
Reference in New Issue
Block a user