[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16221] trunk/blender/source/gameengine: BGE Python API - GameLogic.getBlendFileList(path='//') to return a list of blend's in the current directory.

Campbell Barton ideasman42 at gmail.com
Fri Aug 22 13:08:03 CEST 2008


Could somebody test this?

#ifndef WIN32
  #include <dirent.h>
  #include <unistd.h>
#else
  #include "BLI_winstuff.h"
  #include <io.h>
#endif

On Fri, Aug 22, 2008 at 9:02 PM, Nathan Letwory <jesterking at letwory.net> wrote:
> The filebrowser works, perhaps look into reusing some of that code?
>
> On Fri, Aug 22, 2008 at 1:56 PM, lguillaume <lecocqguillaume at gmail.com> wrote:
>> Hello, after searching on web, dirent.h doesn't exist for MSVC.
>>
>> Regards.
>>
>> _______________________________________________
>> Bf-committers mailing list
>> Bf-committers at blender.org
>> http://lists.blender.org/mailman/listinfo/bf-committers
>>
>>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>


More information about the Bf-committers mailing list