    

 ## On this page

  

 

 # Interface: IInstanceFile

 Last update: 16.07.2025 

**Package:** `com.phoenix_int.pacz.api`

---

**Deprecated:** see [`com.phoenix_int.pacz.api.v2.IInstanceFile`](v2/IInstanceFile.md%60)

```java
@Deprecated
public interface IInstanceFile

```

Instance file within a component

## Method Summary

Modifier and TypeMethod and Description`java.lang.String``getName()`  
**Deprecated.** Get name of instance file`java.lang.String``getPath()`  
**Deprecated.** Get path of instance file## Method Detail

### getName

```java
java.lang.String getName()

```

**Deprecated.** Get name of instance file

**Returns:**

- name of instance file

### getPath

```java
java.lang.String getPath()

```

**Deprecated.** Get path of instance file

**Returns:**

- path of instance file