Skip to content

Operations exists() and length() on Path #214

@StefanOltmann

Description

@StefanOltmann

I want the operations exists() and length() from java.io.File on the common Path object to check the existence of a provided file before opening it an causing an error.

I don't know how to check existence in the native posix code, but a least for file size the fseek() & ftell() functions can be used.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions