This commit is contained in:
parent
1b5d03f9db
commit
cd1c32cfd1
24 changed files with 466 additions and 595 deletions
|
@ -255,6 +255,7 @@ char Name[_MAX_FNAME];
|
|||
}
|
||||
|
||||
/**************************************************************************************/
|
||||
/***
|
||||
void MakeFullFilename(const char* In,GString &Out)
|
||||
{
|
||||
GFName FName=theApp.GetCurrent()->GetPathName();
|
||||
|
@ -267,15 +268,16 @@ GString Path;
|
|||
Out=Path;
|
||||
Out+=In;
|
||||
}
|
||||
|
||||
*/
|
||||
/**************************************************************************************/
|
||||
/*!!!
|
||||
void MakePathRel2App(const char* In,char *Out)
|
||||
{
|
||||
GString RootPath=theApp.GetCurrent()->GetPathName();
|
||||
|
||||
GFName::makerelative(RootPath,In,Out);
|
||||
}
|
||||
|
||||
*/
|
||||
/**************************************************************************************/
|
||||
GString GetWorkingPath()
|
||||
{
|
||||
|
@ -320,3 +322,5 @@ CFileDialog Dlg(true,NULL,Name,OFN_HIDEREADONLY | OFN_PATHMUSTEXIST,Filter);
|
|||
Filename=Dlg.GetPathName();
|
||||
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue