MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / SetFileName

Method SetFileName

source/fdb.cpp:256–262  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

254}
255//---------------------------------------------------------------------------
256void TStorageFile::SetFileName(String f)
257{
258 if( MySameText(ExtractFilePath(f), WorkDir) )
259 file = ExtractFileName(f);
260 else
261 file = f;
262}
263//---------------------------------------------------------------------------
264String TStorageFile::GetDescription(void)
265{

Callers 1

FromDialogMethod · 0.80

Calls 1

MySameTextFunction · 0.85

Tested by

no test coverage detected