{"id":26157406,"url":"https://github.com/ksware/ksware.io.filesystem","last_synced_at":"2025-10-08T04:50:30.381Z","repository":{"id":93111495,"uuid":"121414179","full_name":"KsWare/KsWare.IO.FileSystem","owner":"KsWare","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-18T16:53:16.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T09:59:31.906Z","etag":null,"topics":["hardlink","ntfs","symboliclink"],"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/KsWare.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-02-13T17:39:30.000Z","updated_at":"2018-02-13T17:39:35.000Z","dependencies_parsed_at":"2023-04-05T20:34:47.042Z","dependency_job_id":null,"html_url":"https://github.com/KsWare/KsWare.IO.FileSystem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KsWare/KsWare.IO.FileSystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KsWare%2FKsWare.IO.FileSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KsWare%2FKsWare.IO.FileSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KsWare%2FKsWare.IO.FileSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KsWare%2FKsWare.IO.FileSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KsWare","download_url":"https://codeload.github.com/KsWare/KsWare.IO.FileSystem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KsWare%2FKsWare.IO.FileSystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891744,"owners_count":26063855,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["hardlink","ntfs","symboliclink"],"created_at":"2025-03-11T09:59:33.629Z","updated_at":"2025-10-08T04:50:30.375Z","avatar_url":"https://github.com/KsWare.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# KsWare.IO.FileSystem # \n\nA NTFS file system library.\n\nProvides static NTFS object classes like SymbolicLink, JunctionPoint, HardLink, ReparsePoint with long path support. Long path support for normal filesystem objects is realized by using Pri.LongPath library by Peter Ritchie. It is scheduled to implement the new objects into Pro.LongPath. So this library can be used as extension for Pri.LongPath. \n\n## Usage ##\n\nCreate volume mountpoint fpr drive X:\n\n    var vn= VolumeMountPoint.GetVolumeName(@\"X:\\\");\n    VolumeMountPoint.Create(@\"C:\\mnt\\X\", vn);\n\nSymbolicLink\n\n    SymbolicLink.Create(@\"C:\\Links\\X\", @\"X:\\anypath\", true);\n\nReparsePoint\n\n    string target = ReparsePoint.GetTarget(@\"C:\\Links\\X\");\n    ReparseData data = ReparsePoint.GetReparseData(string path);\n    Debug.WriteLine(data.ReparseTag);\n    Debug.WriteLine(data.SubstituteName);\n\nJunctionPoint\n\n    JunctionPoint.Create(@\"C:\\Links\\directory\", @\"X:\\anydirectory\", true);\n\nHardLink\n\n    JunctionPoint.Create(@\"C:\\Links\\file\", @\"X:\\anyfile\", true);\n\n## License ##\n\nLicensed under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksware%2Fksware.io.filesystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksware%2Fksware.io.filesystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksware%2Fksware.io.filesystem/lists"}