csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
400 B
12 lines
400 B
#light
|
|
|
|
namespace Internal.Utilities.FileSystem
|
|
type File =
|
|
class
|
|
static member SafeExists : filename:string -> bool
|
|
static member SafeNewFileStream : filename:string * mode:System.IO.FileMode * access:System.IO.FileAccess * share:System.IO.FileShare -> System.IO.FileStream
|
|
end
|
|
type Path =
|
|
class
|
|
static member SafeGetFullPath : filename:string -> string
|
|
end
|