README.md
April 6, 2022 ยท View on GitHub
Simple V program using windows API to get the disk names.
Exemple :
import v_disk { get_disks }
fn main() {
println(get_disks().reverse())
// I reverse to have the output in the alphabetic order
}
April 6, 2022 ยท View on GitHub
Simple V program using windows API to get the disk names.
Exemple :
import v_disk { get_disks }
fn main() {
println(get_disks().reverse())
// I reverse to have the output in the alphabetic order
}