MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / EnterAttributeIntoString

Function EnterAttributeIntoString

Explorer++/Helper/Helper.cpp:233–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void EnterAttributeIntoString(BOOL bEnter, TCHAR *string, int pos, TCHAR chAttribute)
234{
235 if(bEnter)
236 {
237 string[pos] = chAttribute;
238 }
239 else
240 {
241 string[pos] = '-';
242 }
243}
244
245BOOL GetFileOwner(const TCHAR *szFile, TCHAR *szOwner, size_t cchMax)
246{

Callers 1

BuildFileAttributeStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected