I'm making a file explorer into my app and i'd prefer to hide system and hidden files (in windows, i don't know if in other systems these attributes exist or not). how can i find out if a file/folder of a given path is system/hidden? thanks
you mean in gideros source? would be great if you could add it. most important would be to hide system files but i guess hidden files are also hidden for a good reason. thanks
it's always strange to read release notes of other sdk's (recently defold and godot) where they get plethora of funding yet they keep adding features that are in gideros since a long time.
I fixed both, and yes it should work with previous gideros versions. I added a flags property to les attributes table, it will be a string containing H for a hidden file and S for a system file, or both
I fixed both, and yes it should work with previous gideros versions. I added a flags property to les attributes table, it will be a string containing H for a hidden file and S for a system file, or both
The gmedia plugin has some hidden features that already work for desktop (I think we need to write it for mobile but the c++ lua bindings are already existing, so only need to write the java function and the ios function).
Comments
Fragmenter - animated loop machine and IKONOMIKON - the memory game
thanks
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: keszegh
it's always strange to read release notes of other sdk's (recently defold and godot) where they get plethora of funding yet they keep adding features that are in gideros since a long time.
Likes: SinisterSoft, MoKaLux
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: keszegh, rrraptor, SinisterSoft
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: keszegh
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
The gmedia plugin has some hidden features that already work for desktop (I think we need to write it for mobile but the c++ lua bindings are already existing, so only need to write the java function and the ios function).
Enough talking here it is: ta da
mediamanager:getFile("*.*", "c:/") -- extensions (here all), initial path
It opens a windows explorer where you can select a file other than images and the files system are hidden too!!!!!!!
The windows explorer looks way outdated though
PS: saveFile is also implemented but haven't tested it yet
A test file attached (I removed the movie file because it was 5Mb):