open fun rxTruncate(path: String, len: Long): Completable
Truncate the file represented by path to length len in bytes, asynchronously.
The operation will fail if the file does not exist or len is less than zero.
len - the length to truncate it to
Return