--- truecrypt/platform/directory.h 2018/04/24 16:48:44 1.1 +++ truecrypt/platform/directory.h 2018/04/24 17:06:53 1.1.1.7 @@ -1,9 +1,9 @@ /* - Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. + Copyright (c) 2008-2009 TrueCrypt Developers Association. All rights reserved. - Governed by the TrueCrypt License 2.4 the full text of which is contained - in the file License.txt included in TrueCrypt binary and source code - distribution packages. + Governed by the TrueCrypt License 2.8 the full text of which is contained in + the file License.txt included in TrueCrypt binary and source code distribution + packages. */ #ifndef TC_HEADER_Platform_Directory @@ -19,7 +19,7 @@ namespace TrueCrypt public: static void Create (const DirectoryPath &path); static DirectoryPath AppendSeparator (const DirectoryPath &path); - static FilePathList GetFilePaths (const DirectoryPath &path = L"."); + static FilePathList GetFilePaths (const DirectoryPath &path = L".", bool regularFilesOnly = true); private: Directory ();