Gets the file system path.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public abstract string GetFSPath( Guid guid ) | 
| Visual Basic | 
|---|
| Public MustOverride Function GetFSPath ( _ guid As Guid _ ) As String | 
| Visual C++ | 
|---|
| public: virtual String^ GetFSPath( Guid guid ) abstract | 
Parameters
- guid
- Type: System..::..Guid
 The GUID.
 
     
     
     
     
    