{"id":23066406,"url":"https://github.com/xjine/unity_ioutility","last_synced_at":"2026-05-14T12:34:22.850Z","repository":{"id":43576333,"uuid":"511432863","full_name":"XJINE/Unity_IOUtility","owner":"XJINE","description":"IOUtility.cs provides some functions to iterate files.","archived":false,"fork":false,"pushed_at":"2022-07-07T09:02:28.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-06T03:02:00.654Z","etag":null,"topics":["assets","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XJINE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-07T07:47:43.000Z","updated_at":"2022-08-01T20:23:31.000Z","dependencies_parsed_at":"2022-08-29T19:41:02.822Z","dependency_job_id":null,"html_url":"https://github.com/XJINE/Unity_IOUtility","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/XJINE/Unity_IOUtility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IOUtility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IOUtility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IOUtility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IOUtility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XJINE","download_url":"https://codeload.github.com/XJINE/Unity_IOUtility/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IOUtility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33025130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["assets","unity"],"created_at":"2024-12-16T05:13:04.495Z","updated_at":"2026-05-14T12:34:22.824Z","avatar_url":"https://github.com/XJINE.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity_IOUtility\n\n``IOUtility.cs`` provides some functions to iterate files.\n\n## Importing\n\nYou can use Package Manager or import it directly.\n\n```\nhttps://github.com/XJINE/Unity_IOUtility.git?path=Assets/Packages/IOUtility\n```\n\n## Functions\n\n```csharp\npublic static IEnumerable\u003cFileInfo\u003e GetFilesFromAssets(string dir = \"\", SearchOption option = SearchOption.AllDirectories)\n{\n    return GetFiles((Path.Combine(Application.dataPath, dir)));\n}\n\npublic static IEnumerable\u003cFileInfo\u003e GetFilesFromStreamingAssets(string dir = \"\", SearchOption option = SearchOption.AllDirectories)\n{\n    return GetFiles((Path.Combine(Application.streamingAssetsPath, dir)));\n}\n\npublic static IEnumerable\u003cFileInfo\u003e GetFiles(string dir, SearchOption option = SearchOption.AllDirectories)\n{\n    return new DirectoryInfo(dir).EnumerateFiles(\"*\", option);\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjine%2Funity_ioutility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxjine%2Funity_ioutility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjine%2Funity_ioutility/lists"}