MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ChmodFile

Method ChmodFile

UTCP/src/ftp_c.cpp:1269–1270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267****************************************/
1268#if defined _UNICODE
1269int CUT_FTPClient::ChmodFile(LPCWSTR sourceFile,LPCWSTR permissions){
1270 return ChmodFile(AC(sourceFile), AC(permissions));}
1271#endif
1272int CUT_FTPClient::ChmodFile(LPCSTR sourceFile,LPCSTR permissions){
1273

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected