kOS.Safe.Persistence.Volume.CreateFile C# (CSharp) Method

CreateFile() public abstract method

public abstract CreateFile ( VolumePath path ) : VolumeFile
path VolumePath
return VolumeFile
        public abstract VolumeFile CreateFile(VolumePath path);

Same methods

Volume::CreateFile ( string pathString ) : VolumeFile