VFSFileCreatedArgs.VFSFileCreatedArgs(VFSFilePath,string).md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFSFileCreatedArgs
VFSFileCreatedArgs(VFSFilePath, string) Constructor
Initializes a new instance of the VFSFileCreatedArgs class.
public VFSFileCreatedArgs(Atypical.VirtualFileSystem.Core.VFSFilePath path, string content);
Parameters
path VFSFilePath
The path of the created file.
content System.String
The content of the created file.