#4724 closed Patches (fixed)
Add temp_dir_path() under Operational Functions
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | Boost 1.52.0 | Component: | filesystem |
Version: | Boost Release Branch | Severity: | Problem |
Keywords: | temp, temporary, directory, path | Cc: |
Description
The attached patch adds to filesystem/v3 a temp_dir_path() function to operations.hpp with implementation in operations.cpp and test in operations_test.cpp. Documentation is added to reference.html. Implementations are provided for POSIX and Windows.
Attachments (3)
Change History (7)
by , 12 years ago
Attachment: | temp_dir_path.patch added |
---|
by , 12 years ago
Attachment: | temp_dir_path2.patch added |
---|
Add search for env vars: TMPDIR, TMP, TEMP, TEMPDIR, read/write tests
comment:1 by , 12 years ago
temp_dir_patch2.patch replaces temp_dir_patch.patch, adding the search through environment variables: TMPDIR, TMP, TEMP, TEMPDIR, using the definition of the first available definition as the returned path for temp_dir_path on POSIX systems. Added creating, writing, reading and removing of files in the test. Modified reference.html doc to reflect these changes.
by , 12 years ago
Attachment: | temp_dir_path3.patch added |
---|
replace previous patches, on error set ENOTDIR, add tests for env existence
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
See changeset https://svn.boost.org/trac/boost/changeset/66028
Thanks to Jeff for all his work on this,
--Beman
comment:3 by , 10 years ago
Milestone: | To Be Determined → Boost 1.52.0 |
---|---|
Version: | Boost 1.44.0 → Boost Release Branch |
hi macaulay i shouldnt give it out but here is there web address
filling address , there very helpfull ,tell them wintek told you to ring him
comment:4 by , 10 years ago
well trevor if your still in need of them this is there web address and details , there very helpfull ,tell them davy fets recommended you
patch for temp_dir_path() addition