init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-module(filepath_ffi).
|
||||
|
||||
-export([is_windows/0]).
|
||||
|
||||
is_windows() ->
|
||||
case os:type() of
|
||||
{win32, _} -> true;
|
||||
_ -> false
|
||||
end.
|
||||
Reference in New Issue
Block a user