This is actually not needed with an up to date and properly installed sdk.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1212 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
		
							parent
							
								
									a055a9a51e
								
							
						
					
					
						commit
						825142eabb
					
				@ -1238,11 +1238,7 @@ byte Button_Load_or_Save(byte load, byte image)
 | 
			
		||||
              temp=(!remove(Main_filename));
 | 
			
		||||
            else // Si c'est un repertoire
 | 
			
		||||
              // On efface le repertoire (si on peut)
 | 
			
		||||
#if defined(__MORPHOS__)
 | 
			
		||||
  #warning rmdir does not exist ! Please fix this !
 | 
			
		||||
#else
 | 
			
		||||
              temp=(!rmdir(Main_filename));
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
            if (temp) // temp indique si l'effacement s'est bien passé
 | 
			
		||||
            {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user