readFileETag

abstract fun readFileETag(fileName: String): String?

Reads the eTag of a file, returns null if the file does not exist.

Return

The eTag of the file or null if the file does not exist.

Parameters

fileName

The name of the file without a path.