[#node-BlockManager-GetBlockPosFilename] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::GetBlockPosFilename :relfileprefix: ../../ :mrdocs: Translation to a filesystem path == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:fs/path.adoc[fs::path] GetBlockPosFilename(xref:FlatFilePos.adoc[FlatFilePos] const& pos) const; ---- == Return Value The filesystem path of the block file for `pos.` == Parameters [cols="1,4"] |=== | Name| Description | *pos* | Position identifying the block file. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#