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

Commitb2b1743

Browse files
committed
fix build failure
1 parent0cec4fd commitb2b1743

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/scripts/scriptlib.fsx‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ 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

6767
letcopyFile source dir=
6868
letdest=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp