Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d3a9bc

Browse files
authored
Merge pull requestfsharp#844 from dsyme/fail1
fix build failure on Mono latest
2 parents0cec4fd +7e1effe commit2d3a9bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/scripts/scriptlib.fsx‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ module Scripting =
5959

6060
let(++)a b= Path.Combine(a,b)
6161

62-
letgetBasenamea= Path.GetFileNameWithoutExtensiona
63-
letgetFullPatha= Path.GetFullPatha
64-
letgetFilenamea= Path.GetFileNamea
65-
letgetDirectoryNamea= Path.GetDirectoryNamea
62+
letgetBasename(path:string)= Path.GetFileNameWithoutExtensionpath
63+
letgetFullPath(path:string)= Path.GetFullPathpath
64+
letgetFilename(path:string)= Path.GetFileNamepath
65+
letgetDirectoryName(path:string)= Path.GetDirectoryNamepath
6666

67-
letcopyFile source dir=
67+
letcopyFile(source:string)dir=
6868
letdest=
6969
ifnot(Directory.Exists dir)then Directory.CreateDirectory dir|>ignore
7070
letresult= Path.Combine(dir, Path.GetFileName source)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp