Ver Mensaje Individual
  #21  
Antiguo 10-12-2013
Avatar de escafandra
[escafandra] escafandra is offline
Miembro Premium
 
Registrado: nov 2007
Posts: 2.197
Reputación: 20
escafandra Tiene un aura espectacularescafandra Tiene un aura espectacular
Pues el problema puede estar en el unicode, para ello se puede probar con las variantes unicode explicitas de la API (FindNextFileW)

Pero también puede estar en este detalle:
Cita:
Empezado por http://msdn.microsoft.com/en-us/library/windows/desktop/aa364428%28v=vs.85%29.aspx

Note In rare cases or on a heavily loaded system, file attribute information on NTFS file systems may not be current at the time this function is called. To be assured of getting the current NTFS file system file attributes, call the GetFileInformationByHandle function.
Saludos.
Responder Con Cita