summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/path/Split.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/path/Split.md')
-rw-r--r--docs/content/en/functions/path/Split.md18
1 files changed, 6 insertions, 12 deletions
diff --git a/docs/content/en/functions/path/Split.md b/docs/content/en/functions/path/Split.md
index 329d73954..d4f8d08e0 100644
--- a/docs/content/en/functions/path/Split.md
+++ b/docs/content/en/functions/path/Split.md
@@ -1,19 +1,13 @@
---
title: path.Split
-description: Replaces path separators with slashes (`/`) and splits the resulting path immediately following the final slash, separating it into a directory and file name component.
+description: Replaces path separators with slashes (`/`) and splits the resulting path immediately following the final slash, separating it into a directory and file name component.
categories: []
keywords: []
-action:
- aliases: []
- related:
- - functions/path/Base
- - functions/path/BaseName
- - functions/path/Clean
- - functions/path/Dir
- - functions/path/Ext
- - functions/path/Join
- returnType: paths.DirFile
- signatures: [path.Split PATH]
+params:
+ functions_and_methods:
+ aliases: []
+ returnType: paths.DirFile
+ signatures: [path.Split PATH]
aliases: [/functions/path.split]
---