Stroika Library
3.0d23
Help-Home
Loading...
Searching...
No Matches
WellKnownLocations.inl
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2026. All rights reserved
3
*/
4
5
namespace
Stroika::Foundation::IO::FileSystem
{
6
7
/*
8
********************************************************************************
9
********************* FileSystem::ThroughTmpFileWriter *************************
10
********************************************************************************
11
*/
12
inline
filesystem::path
FileSystem::WellKnownLocations::GetTemporary
()
13
{
14
return
filesystem::temp_directory_path ();
15
}
16
17
}
Stroika::Foundation::IO::FileSystem::WellKnownLocations::GetTemporary
filesystem::path GetTemporary()
Definition
WellKnownLocations.inl:12
Stroika::Foundation::IO::FileSystem
Definition
Foundation/IO/FileSystem/Common.h:18
Library
Sources
Stroika
Foundation
IO
FileSystem
WellKnownLocations.inl
Generated by
1.9.8