diff options
Diffstat (limited to 'core/src/main/kotlin/Utilities/Path.kt')
-rw-r--r-- | core/src/main/kotlin/Utilities/Path.kt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/src/main/kotlin/Utilities/Path.kt b/core/src/main/kotlin/Utilities/Path.kt deleted file mode 100644 index 05838499..00000000 --- a/core/src/main/kotlin/Utilities/Path.kt +++ /dev/null @@ -1,5 +0,0 @@ -package org.jetbrains.dokka - -import java.io.File - -fun File.appendExtension(extension: String) = if (extension.isEmpty()) this else File(path + "." + extension) |