Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.42 KB

File metadata and controls

30 lines (19 loc) · 1.42 KB

VFS.CreateFile(VFSFilePath, string) Method

Creates a file node at the specified path. The path must be absolute.

public Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem CreateFile(Atypical.VirtualFileSystem.Core.VFSFilePath filePath, string? content=null);

Parameters

filePath VFSFilePath

The path of the file node.

content System.String

The content of the file node.

Implements CreateFile(VFSFilePath, string)

Returns

IVirtualFileSystem
The file system.