gretmn102 / gretmn102/FsharpMyExtension
feat(IO.Path): add `addPostfix` function
Open
Beginner friendly
- Dominant language
- F#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```fsharp
let addPostfix postfix (path: string) =
System.String.Concat [|
Path.GetFileNameWithoutExtension path
postfix
Path.GetExtension path
|]
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the IO.Path module or entry point in the FsharpMyExtension repository and review nearby path helpers and tests, if present. Add the requested addPostfix function with the behavior shown in the issue, then run the project's existing build or test command to confirm it is available and works with file names and extensions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100