| MOVEitFileInfoPath Property | 
            The full path of this file.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic string Path { get; }Public ReadOnly Property Path As String
	Get
public:
property String^ Path {
	String^ get ();
}Property Value
Type: 
String Remarks
Remarks
            This will be a combination of the parent folder's path, and the file's name.
            
 See Also
See Also