All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.core.Stat.kt Maven / Gradle / Ivy

There is a newer version: 0.0.87
Show newest version
package pl.mareklangiewicz.kommand.core

import kotlinx.coroutines.flow.*
import okio.Path
import pl.mareklangiewicz.annotations.DelicateApi
import pl.mareklangiewicz.kommand.*
import pl.mareklangiewicz.udata.strf

@OptIn(DelicateApi::class)
fun statFileSizeBytes(fileP: Path) = kommand("stat", "-c%s", fileP.strf).reducedOut { single().toLong() }

// TODO_later: real Kommand for stat




© 2015 - 2024 Weber Informatics LLC | Privacy Policy