Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.29 KB

File metadata and controls

28 lines (18 loc) · 1.29 KB

IVFSCreate.CreateFile(VFSFilePath, string) Method

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

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.

Returns

IVirtualFileSystem
The file system.