Konloch/Jaxon

Win32 API

Open

#4 opened on Jul 31, 2024

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Java (0 forks)github user discovery
BugHelp Wanted

Repository metrics

Stars
 (11 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Win32 API is only partially finished, The following APIs are incomplete:

  • isDirectory(String path)
  • doesExist(String path)
  • getSize(String path)
  • listDirectory(String path)
  • read(String path)
  • write(String path, int offset, InputStream stream, boolean append)

Win32.java WinSystem.java

Contributor guide