samuelGrahame / WinFormsJs

WinForms/Win10 in the Browser. NEW GIT https://github.com/samuelGrahame/ExpressCraft
https://rawgit.com/samfromdeath/WinFormJs/master/Test/Bridge/www/preview.html
3 stars 6 forks source link

File Explorer #5

Open samuelGrahame opened 7 years ago

samuelGrahame commented 7 years ago

File Explorer - use a Simple API from System.IO.File and Directory.

samuelGrahame commented 7 years ago

File Explorer View with the API.

samuelGrahame commented 7 years ago

Half way, Need to create auto locations for FileExplorerForm Add:

All View types

public enum NodeViewType
{
    Content,
    Tiles,
    Details,
    List,
    Small_Icons,
    Medium_Icons,
    Large_Icons,
    Extra_Large_Icons
}

API is working with Local Storage within the browser.

samuelGrahame commented 7 years ago

Later On Convert Local Storage to use WebSQL - Depending on there browser... This way we can specify how big there drives are.