mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-07 21:58:13 -05:00
c3db4dacf7
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5434 b45a01b8-16f6-495d-af2f-9b41ad6348cc
10 lines
136 B
C++
10 lines
136 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
class bdFile
|
|
{
|
|
public:
|
|
static bool renameFile(const std::string& from, const std::string& to) ;
|
|
} ;
|