{"id":19501800,"url":"https://github.com/gregyjames/filebrowser","last_synced_at":"2025-04-25T23:31:15.156Z","repository":{"id":81463357,"uuid":"69134298","full_name":"gregyjames/FileBrowser","owner":"gregyjames","description":"A file browser control for C#","archived":false,"fork":false,"pushed_at":"2016-09-25T04:13:01.000Z","size":81,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T05:11:18.050Z","etag":null,"topics":["c-sharp","control","filebrowser","filesystem","microsoft","net"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregyjames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-25T00:06:04.000Z","updated_at":"2024-08-31T19:03:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec970578-6c5a-4d0b-932a-014c4814c98f","html_url":"https://github.com/gregyjames/FileBrowser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2FFileBrowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2FFileBrowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2FFileBrowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2FFileBrowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregyjames","download_url":"https://codeload.github.com/gregyjames/FileBrowser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250912660,"owners_count":21506865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","control","filebrowser","filesystem","microsoft","net"],"created_at":"2024-11-10T22:14:02.671Z","updated_at":"2025-04-25T23:31:15.149Z","avatar_url":"https://github.com/gregyjames.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![alt tag](http://i.imgur.com/middQ05.png)\n\n\nA file browser control for C#\n\n#Appearance\n![alt tag](http://i.imgur.com/VJJudhB.png)\n\n#Usage\n```csharp\n  private void Form1_Load(object sender, EventArgs e)\n  {\n    folderBrowser2.ListDirectory(Environment.GetFolderPath(Environment.SpecialFolder.Desktop));\n    folderBrowser2.treeView1.AfterSelect += (object sE, TreeViewEventArgs eA) =\u003e {\n      if (((FolderFileNode)folderBrowser2.treeView1.SelectedNode).isFile)\n      {\n        MessageBox.Show(((FolderFileNode)folderBrowser2.treeView1.SelectedNode).Path);\n      }\n    };\n  }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregyjames%2Ffilebrowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregyjames%2Ffilebrowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregyjames%2Ffilebrowser/lists"}