bigloo.foreign.getcwd C# (CSharp) Method

getcwd() public static method

public static getcwd ( byte path, int i ) : byte[]
path byte
i int
return byte[]
        public static byte[] getcwd( byte[]  path, int i )
        {
            return getbytes( Environment.CurrentDirectory );
        }
foreign