mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 19:25:00 +00:00
Add sys::Path::makeAbsolute().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68663 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -459,6 +459,10 @@ namespace sys {
|
||||
/// @brief Make the current path name unique in the file system.
|
||||
bool makeUnique( bool reuse_current /*= true*/, std::string* ErrMsg );
|
||||
|
||||
/// The current Path name is made absolute by prepending the
|
||||
/// current working directory if necessary.
|
||||
void makeAbsolute();
|
||||
|
||||
/// @}
|
||||
/// @name Disk Mutators
|
||||
/// @{
|
||||
|
Reference in New Issue
Block a user