FileRenameEvent Class
Namespace: Stride.Core.IOAssembly: Stride.Core.IO.dll
� file rename event used notified by DirectoryWatcher
                 Derived from FileRenameEvent: 
              
              
              
public class FileRenameEvent : FileEvent
              | Name | Description | |
|---|---|---|
| Constructors | ||
| FileRenameEvent(String, String, String) | Initializes a new instance of the FileRenameEvent class.  | 
                          |
| Properties | ||
| OldFullPath | Gets the full path. (in case of rename)  | 
                          |
| Methods | ||
| ToString() | ||
Constructors
FileRenameEvent(String, String, String)
Initializes a new instance of the FileRenameEvent class.
public FileRenameEvent(string name, string fullPath, string oldFullPath)
              Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | The name.  | 
                  
| System.String | fullPath | The full path.  | 
                  
| System.String | oldFullPath | The old full path. (before rename)  | 
                  
Properties
OldFullPath
Gets the full path. (in case of rename)
public string OldFullPath { get; }
              Property Value
| Type | Description | 
|---|---|
| System.String | The full path. (in case of rename)  | 
                  
Methods
ToString()
public override string ToString()
              Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()