• file.Find() is broken?
    0 replies, posted
Can anyone tell me why file.Find() doesn't return folders anymore? [code] local files, directories = ( file.Find( "autorun/*", "LUA" ) ) print( directories ) [/code] Should output: table: 0xfffffff Instead, it outputs: nil [editline]16th November 2014[/editline] NEVERMIND, appearently that extra ( ) broke it lol.
Sorry, you need to Log In to post a reply to this thread.