CSKernelFile.cFileEx.fileGetPathAndFileName C# (CSharp) Method

fileGetPathAndFileName() public method

public fileGetPathAndFileName ( String fullPath, String &path, String &fileName ) : void
fullPath String
path String
fileName String
return void
        public void fileGetPathAndFileName(String fullPath, ref String path, ref String fileName)
        {
            separatePathAndFileName(fullPath, ref path, ref fileName);
        }