mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
synced with main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// File.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/File.h#5 $
|
||||
// $Id: //poco/svn/Foundation/include/Poco/File.h#3 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Filesystem
|
||||
@@ -129,7 +129,16 @@ public:
|
||||
|
||||
bool isDirectory() const;
|
||||
/// Returns true iff the file is a directory.
|
||||
|
||||
|
||||
bool isHidden() const;
|
||||
/// Returns true if the file is hidden.
|
||||
///
|
||||
/// On Windows platforms, the file's hidden
|
||||
/// attribute is set for this to be true.
|
||||
///
|
||||
/// On Unix platforms, the file name must
|
||||
/// begin with a period for this to be true.
|
||||
|
||||
Timestamp created() const;
|
||||
/// Returns the creation date of the file.
|
||||
|
||||
|
Reference in New Issue
Block a user