Skip to main content
Module

x/aloedb/lib/files.ts>renameFileSync

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
function renameFileSync
import { renameFileSync } from "https://deno.land/x/aloedb@0.1.0/lib/files.ts";

Rename file synchronously.

Parameters

oldPath: string

Old file name.

newPath: string

New file name.