Ver Mensaje Individual
  #5  
Antiguo 22-02-2017
amorones amorones is offline
Registrado
NULL
 
Registrado: abr 2015
Posts: 4
Reputación: 0
amorones Va por buen camino
Listo, muchas gracias por tu ayuda Neftalí, ya pude solucionar el problema, adjunto el código que me funciono por si a alguien mas le sirve:

Código Delphi [-]
 if forcedirectories(P) then
                 ShowMessage('Nuevo directorio creado') else
                 ShowMessage('Fallo al crear directorio nuevo, error : '+ IntToStr(GetLastError));
Responder Con Cita