---
title: "To include a file in Erlang what is the command used?"  
description: "To include a file in Erlang what is the command used?"  
author: "Anonymous User"  
published: 2015-06-24  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2656/to-include-a-file-in-erlang-what-is-the-command-used  
category: "erlang"  
tags: ["functional programming", "concurrent programming", "erlang"]  
reading_time: 1 minute  

---

# To include a file in Erlang what is the command used?

In two ways, a file can be included in Erlang\
• include (File).\
• include_lib (File).

## Answers

### Answer by Anonymous User

In two ways, a file can be included in Erlang\
• include (File).\
• include_lib (File).


---

Original Source: https://www.mindstick.com/interview/2656/to-include-a-file-in-erlang-what-is-the-command-used

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
