Neokernel API

FileObjectStore.NextFreeBlock Property

This method returns the next Free Block. If one does not exist (all allocated blocks are being used), another one will be allocated. If another cannot be allocated, null (Nothing in Visual Basic) is returned.

public virtual FileObjectBlock NextFreeBlock { public get; }

See Also

FileObjectStore Class | com.neokernel.om Namespace