Module nextra/createFileCopy
Functions
createFileCopy
- createFileCopy(source: string, destination: string, atomic?: boolean): Promise<void>
-
Parameters
-
source: string
-
destination: string
-
atomic: boolean = false
Returns Promise<void>
Const ensureFileCopy
- ensureFileCopy(source: string, destination: string, atomic?: boolean): Promise<void>
-
Parameters
-
source: string
-
destination: string
-
atomic: boolean = false
Returns Promise<void>
Creates an file copy, making all folders required to satisfy the given file path.
createFileCopy
fsn/nextra