EgtMachKernel 2.7c3 :
- modifiche per poter costruire DB utensili e lavorazioni partendo da zero.
This commit is contained in:
+6
-1
@@ -85,7 +85,12 @@ ToolsMgr::Reload( void)
|
||||
Scanner TheScanner ;
|
||||
if ( ! TheScanner.Init( m_sToolsPath, ";")) {
|
||||
LOG_ERROR( GetEMkLogger(), "ReloadTools : Error on Init")
|
||||
return false ;
|
||||
if ( ExistsDirectory( m_sToolsDir) && ! ExistsFile( m_sToolsPath)) {
|
||||
m_bModified = true ;
|
||||
return true ;
|
||||
}
|
||||
else
|
||||
return false ;
|
||||
}
|
||||
|
||||
// variabili di stato della lettura
|
||||
|
||||
Reference in New Issue
Block a user