MPPFilePathSeparator

This commit is contained in:
2025-09-01 22:40:26 +06:00
parent 0b3d445109
commit b485d485ef
6 changed files with 23 additions and 2 deletions

View File

@@ -11,6 +11,10 @@ actual typealias MPPFile = Path
*/
actual val MPPFile.filename: FileName
get() = FileName(toString())
actual val MPPFilePathSeparator: Char = Path.DIRECTORY_SEPARATOR.first()
/**
* @suppress
*/