Translation to a filesystem path

Synopsis

Declared in <node/blockstorage.h>

fs::path
GetBlockPosFilename(FlatFilePos const& pos) const;

Return Value

The filesystem path of the block file for pos.

Parameters

Name

Description

pos

Position identifying the block file.

Created with MrDocs