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

Method GetFileName

source/fdb.cpp:249–254  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

247}
248//---------------------------------------------------------------------------
249String TStorageFile::GetFileName(void)
250{
251 if( file.Length() > 0 && ExtractFilePath(file).Length() == 0 )
252 return WorkDir + file;
253 return file;
254}
255//---------------------------------------------------------------------------
256void TStorageFile::SetFileName(String f)
257{

Callers 3

ToDialogMethod · 0.45
UdpReceiveMessageFunction · 0.45
TcpReceiveMessageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected