|
|
@@ -163,7 +163,7 @@ bool File::setFileReadOnlyInternal (const bool shouldBeReadOnly) const |
|
|
|
|| SetFileAttributes (fullPath.toWideCharPointer(), newAtts) != FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
bool File::setFileExecutableInternal (bool shouldBeExecutable)
|
|
|
|
bool File::setFileExecutableInternal (bool /*shouldBeExecutable*/) const
|
|
|
|
{
|
|
|
|
// XXX is this possible?
|
|
|
|
return false;
|
|
|
|