We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd5060 commit c099c9eCopy full SHA for c099c9e
dsc_lib/src/functions/path.rs
@@ -11,10 +11,9 @@ use tracing::debug;
11
#[derive(Debug, Default)]
12
pub struct Path {}
13
14
-/// Implements the 'mountedpath' function.
15
-/// This function returns the value of the mounted path.
16
-/// The optional parameter is a path appended to the mounted path.
17
-/// Path is not validated as it might be used for creation.
+/// Implements the 'path' function.
+/// Accepts a variable number of arguments, each of which is a string.
+/// Returns a string that is the concatenation of the arguments, separated by the platform's path separator.
18
impl Function for Path {
19
fn min_args(&self) -> usize {
20
2
0 commit comments