Musings of an STL-extension library designer (who's renowned for producing high-quality software with low-quality documentation).
Showing posts with label filesystem. Show all posts
Showing posts with label filesystem. Show all posts
Thursday, February 11, 2010
STLSoft 1.9.92: inetstl::filesystem_traits::is_path_name_separator() added
As of version 1.9.92, inetstl::filesystem_traits now has an is_path_name_separator(), to ensure correct handle of paths that contain network ('/') and local ('\\') path name separators.
Tuesday, February 2, 2010
STLSoft 1.9.91: platformstl::remove_directory_recurse()
As of version 1.9.91, the UNIXSTL/WinSTL directory function remove_directory_recurse() is introduced into the platformstl namespace.
Thursday, January 21, 2010
STLSoft 1.9.90: unixstl::filesystem_traits::get_full_path_name() defect fixed
Prior to version 1.9.90, unixstl::filesystem_traits::get_full_path_name() contained a defect, causing it to fault if passed "." - indicating the local directory - and instead contain spurious information. This is now fixed.
Tuesday, January 12, 2010
STLSoft 1.9.88: max_size() for file_path_buffer and path
As of version 1.9.88, winstl::basic_file_path_buffer now has a (static) max_size() method, and winstl::basic_path::max_size() is changed to be static.
Subscribe to:
Posts (Atom)