FileSystem.GetFile(path).GetFileStream() softlocks OS
See original GitHub issueArea of Cosmos - What area of Cosmos are we dealing with?
FileSystem/Reading bytes from files
Expected Behaviour - What do you think that should happen?
Read a byte from a file
Actual Behaviour - What unexpectedly happens?
No more code is executed and nothing happens past the FileSystem.GetFile(path).GetFileStream()
Reproduction - How did you get this error to appear?
I used FileSystem.GetFile(path).GetFileStream()
Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?
UserKit User Kit 20181010
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
FileSystemDirectoryEntry: getFile() method - Web APIs | MDN
The FileSystemDirectoryEntry interface's method getFile() returns a FileSystemFileEntry object corresponding to a file contained somewhere ...
Read more >Get File.Stream using path
foreach (string filePath in filePaths) { string filename = Path. ... Root, mediaType); using (var fs = new FileStream(filePath, FileMode.
Read more >pathlib — Object-oriented filesystem paths
This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure ...
Read more >Filesystem Reference
A path that unambiguously identifies the location of a file without reference to an additional starting location. The elements of a path that...
Read more >FileSystem (Java Platform SE 8 )
The getPath method converts a system dependent path string, returning a Path object that may be used to locate and access a file....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I also have an issue with the filesystem, but they only support vs2019 rn I think
As this issue has received no new activity, it has been marked as stale