--- truecrypt/platform/directory.h 2018/04/24 16:58:04 1.1.1.3 +++ truecrypt/platform/directory.h 2018/04/24 17:01:06 1.1.1.4 @@ -1,5 +1,5 @@ /* - Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. + Copyright (c) 2008-2009 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.6 the full text of which is contained in the file License.txt included in TrueCrypt binary and source code @@ -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 ();