BinaryRage.Storage.GetFromStorageWithKnownFileLocation C# (CSharp) Method

GetFromStorageWithKnownFileLocation() public static method

public static GetFromStorageWithKnownFileLocation ( string filelocation ) : byte[]
filelocation string
return byte[]
        public static byte[] GetFromStorageWithKnownFileLocation(string filelocation)
        {
            return File.ReadAllBytes(filelocation);
        }